public class SwitchBashRulesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SwitchBashRulesRequest() |
SwitchBashRulesRequest(SwitchBashRulesRequest 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 |
---|---|
Long |
getDisabled()
Get Whether to disable
|
Long |
getId()
Get Rule ID
|
void |
setDisabled(Long Disabled)
Set Whether to disable
|
void |
setId(Long Id)
Set Rule ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SwitchBashRulesRequest()
public SwitchBashRulesRequest(SwitchBashRulesRequest source)
public Long getId()
public void setId(Long Id)
Id
- Rule IDpublic Long getDisabled()
public void setDisabled(Long Disabled)
Disabled
- Whether to disableCopyright © 2024. All rights reserved.