Class OperatorAction
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.OperatorAction
-
public class OperatorAction extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()Get 可执行操作StringgetCode()Get 编码Code 注意:此字段可能返回 null,表示取不到有效值。StringgetMessage()Get 具体信息 注意:此字段可能返回 null,表示取不到有效值。voidsetAction(String Action)Set 可执行操作voidsetCode(String Code)Set 编码Code 注意:此字段可能返回 null,表示取不到有效值。voidsetMessage(String Message)Set 具体信息 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OperatorAction
public OperatorAction()
-
OperatorAction
public 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.
-
-
Method Detail
-
getAction
public String getAction()
Get 可执行操作- Returns:
- Action 可执行操作
-
setAction
public void setAction(String Action)
Set 可执行操作- Parameters:
Action- 可执行操作
-
getCode
public String getCode()
Get 编码Code 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Code 编码Code 注意:此字段可能返回 null,表示取不到有效值。
-
setCode
public void setCode(String Code)
Set 编码Code 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Code- 编码Code 注意:此字段可能返回 null,表示取不到有效值。
-
getMessage
public String getMessage()
Get 具体信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Message 具体信息 注意:此字段可能返回 null,表示取不到有效值。
-
setMessage
public void setMessage(String Message)
Set 具体信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Message- 具体信息 注意:此字段可能返回 null,表示取不到有效值。
-
-