public class SwitchDomainRulesRequest extends AbstractModel
Constructor and Description |
---|
SwitchDomainRulesRequest() |
SwitchDomainRulesRequest(SwitchDomainRulesRequest 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 |
getDomain()
Get 域名
|
Long[] |
getIds()
Get 规则列表
|
Long |
getReason()
Get 设置为观察模式原因
|
Long |
getStatus()
Get 开关状态
|
void |
setDomain(String Domain)
Set 域名
|
void |
setIds(Long[] Ids)
Set 规则列表
|
void |
setReason(Long Reason)
Set 设置为观察模式原因
|
void |
setStatus(Long Status)
Set 开关状态
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SwitchDomainRulesRequest()
public SwitchDomainRulesRequest(SwitchDomainRulesRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- 域名public Long[] getIds()
public void setIds(Long[] Ids)
Ids
- 规则列表public Long getStatus()
public void setStatus(Long Status)
Status
- 开关状态public Long getReason()
public void setReason(Long Reason)
Reason
- 设置为观察模式原因Copyright © 2023. All rights reserved.