Class BooleanAppRes
java.lang.Object
net.hyshan.hou.common.base.data.VO
net.hyshan.hou.core.app.model.res.BooleanAppRes
- All Implemented Interfaces:
Serializable
IDE: IntelliJ IDEA
项目: hou
日期: 2024/9/19 18:50:11
作者: qscy
功能: Boolean类型响应对象
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BooleanAppResfail()static BooleanAppResfrom(BooleanDubboRes dubboRes) static BooleanAppResof(boolean result) static BooleanAppResof(double result) static BooleanAppResof(float result) static BooleanAppResof(int result) static BooleanAppResof(long result) static BooleanAppResstatic BooleanAppResstatic BooleanAppResstatic BooleanAppResstatic BooleanAppResof(Collection result) static BooleanAppResok()
-
Constructor Details
-
BooleanAppRes
public BooleanAppRes()
-
-
Method Details
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
ok
-
fail
-
from
-