public class ModifyAreaBanStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyAreaBanStatusRequest() | 
| ModifyAreaBanStatusRequest(ModifyAreaBanStatusRequest 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 | getStatus()Get 状态值,0表示关闭,1表示开启 | 
| void | setDomain(String Domain)Set 需要修改的域名 | 
| void | setStatus(Long Status)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, toJsonStringpublic ModifyAreaBanStatusRequest()
public ModifyAreaBanStatusRequest(ModifyAreaBanStatusRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain - 需要修改的域名public Long getStatus()
public void setStatus(Long Status)
Status - 状态值,0表示关闭,1表示开启Copyright © 2025. All rights reserved.