public class UpsertCCAutoStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpsertCCAutoStatusRequest() | 
| UpsertCCAutoStatusRequest(UpsertCCAutoStatusRequest 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 域名 | 
| String | getEdition()Get 版本:clb-waf, spart-waf | 
| Long | getValue()Get 状态值 | 
| void | setDomain(String Domain)Set 域名 | 
| void | setEdition(String Edition)Set 版本:clb-waf, spart-waf | 
| void | setValue(Long Value)Set 状态值 | 
| 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, toJsonStringpublic UpsertCCAutoStatusRequest()
public UpsertCCAutoStatusRequest(UpsertCCAutoStatusRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain - 域名public Long getValue()
public void setValue(Long Value)
Value - 状态值public String getEdition()
public void setEdition(String Edition)
Edition - 版本:clb-waf, spart-wafCopyright © 2025. All rights reserved.