Class InstanceOperator
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.InstanceOperator
-
public class InstanceOperator extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InstanceOperator()
InstanceOperator(InstanceOperator 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 OperatorAction[]
getDeniedActions()
Get 实例禁止的操作 注意:此字段可能返回 null,表示取不到有效值。String
getInstanceId()
Get 实例idvoid
setDeniedActions(OperatorAction[] DeniedActions)
Set 实例禁止的操作 注意:此字段可能返回 null,表示取不到有效值。void
setInstanceId(String InstanceId)
Set 实例idvoid
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
-
InstanceOperator
public InstanceOperator()
-
InstanceOperator
public InstanceOperator(InstanceOperator 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
-
getInstanceId
public String getInstanceId()
Get 实例id- Returns:
- InstanceId 实例id
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例id- Parameters:
InstanceId
- 实例id
-
getDeniedActions
public OperatorAction[] getDeniedActions()
Get 实例禁止的操作 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DeniedActions 实例禁止的操作 注意:此字段可能返回 null,表示取不到有效值。
-
setDeniedActions
public void setDeniedActions(OperatorAction[] DeniedActions)
Set 实例禁止的操作 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DeniedActions
- 实例禁止的操作 注意:此字段可能返回 null,表示取不到有效值。
-
-