public class OperatorAction extends AbstractModel
Constructor and Description |
---|
OperatorAction() |
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Get 可执行操作
|
String |
getCode()
Get 编码Code
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMessage()
Get 具体信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAction(String Action)
Set 可执行操作
|
void |
setCode(String Code)
Set 编码Code
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMessage(String Message)
Set 具体信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getAction()
public void setAction(String Action)
Action
- 可执行操作public String getCode()
public void setCode(String Code)
Code
- 编码Code
注意:此字段可能返回 null,表示取不到有效值。public String getMessage()
public void setMessage(String Message)
Message
- 具体信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.