Package | Description |
---|---|
top.hmtools.model |
数据模型相关工具类
|
Modifier and Type | Method and Description |
---|---|
static ResultModel.resultStatus |
ResultModel.resultStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultModel.resultStatus[] |
ResultModel.resultStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ResultModel.setStatus(ResultModel.resultStatus status)
设置执行结果状态
方法说明: setStatus
输入参数说明: @param status
输出参数说明: void
|
Constructor and Description |
---|
ResultModel(ResultModel.resultStatus status)
指定状态值的构造函数
|
Copyright © 2018. All rights reserved.