public class ModifyWebHookRuleStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyWebHookRuleStatusRequest() |
ModifyWebHookRuleStatusRequest(ModifyWebHookRuleStatusRequest 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 |
getId()
Get 规则Id
|
Long |
getIsDisabled()
Get 开启状态[0:开启|1:关闭]
|
void |
setId(Long Id)
Set 规则Id
|
void |
setIsDisabled(Long IsDisabled)
Set 开启状态[0:开启|1:关闭]
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyWebHookRuleStatusRequest()
public ModifyWebHookRuleStatusRequest(ModifyWebHookRuleStatusRequest source)
public Long getId()
public void setId(Long Id)
Id
- 规则Idpublic Long getIsDisabled()
public void setIsDisabled(Long IsDisabled)
IsDisabled
- 开启状态[0:开启|1:关闭]Copyright © 2024. All rights reserved.