Class DeniedAction
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lighthouse.v20200324.models.DeniedAction
-
public class DeniedAction extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeniedAction()DeniedAction(DeniedAction 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 限制操作消息码。StringgetMessage()Get 限制操作消息。voidsetAction(String Action)Set 限制操作名。voidsetCode(String Code)Set 限制操作消息码。voidsetMessage(String Message)Set 限制操作消息。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
-
DeniedAction
public DeniedAction()
-
DeniedAction
public DeniedAction(DeniedAction 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 限制操作消息码。- Returns:
- Code 限制操作消息码。
-
setCode
public void setCode(String Code)
Set 限制操作消息码。- Parameters:
Code- 限制操作消息码。
-
getMessage
public String getMessage()
Get 限制操作消息。- Returns:
- Message 限制操作消息。
-
setMessage
public void setMessage(String Message)
Set 限制操作消息。- Parameters:
Message- 限制操作消息。
-
-