public class ChcHostDeniedActions extends AbstractModel
skipSign
Constructor and Description |
---|
ChcHostDeniedActions() |
ChcHostDeniedActions(ChcHostDeniedActions 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 |
getChcId()
Get CHC instance ID
|
String[] |
getDenyActions()
Get Actions not allowed for the current CHC instance
|
String |
getState()
Get CHC instance status
|
void |
setChcId(String ChcId)
Set CHC instance ID
|
void |
setDenyActions(String[] DenyActions)
Set Actions not allowed for the current CHC instance
|
void |
setState(String State)
Set CHC instance status
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ChcHostDeniedActions()
public ChcHostDeniedActions(ChcHostDeniedActions source)
public String getChcId()
public void setChcId(String ChcId)
ChcId
- CHC instance IDpublic String getState()
public void setState(String State)
State
- CHC instance statuspublic String[] getDenyActions()
public void setDenyActions(String[] DenyActions)
DenyActions
- Actions not allowed for the current CHC instanceCopyright © 2023. All rights reserved.