public class OperatorAction extends AbstractModel
header, skipSign
Constructor and Description |
---|
OperatorAction() |
OperatorAction(OperatorAction source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public OperatorAction()
public OperatorAction(OperatorAction source)
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 © 2024. All rights reserved.