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 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.-
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,表示取不到有效值。
-
-