Class ModifyAntiFakeUrlStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.ModifyAntiFakeUrlStatusRequest
-
public class ModifyAntiFakeUrlStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyAntiFakeUrlStatusRequest()ModifyAntiFakeUrlStatusRequest(ModifyAntiFakeUrlStatusRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDomain()Get 域名Long[]getIds()Get Id列表LonggetStatus()Get 状态voidsetDomain(String Domain)Set 域名voidsetIds(Long[] Ids)Set Id列表voidsetStatus(Long Status)Set 状态voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyAntiFakeUrlStatusRequest
public ModifyAntiFakeUrlStatusRequest()
-
ModifyAntiFakeUrlStatusRequest
public ModifyAntiFakeUrlStatusRequest(ModifyAntiFakeUrlStatusRequest 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.
-
-
Method Detail
-
getDomain
public String getDomain()
Get 域名- Returns:
- Domain 域名
-
setDomain
public void setDomain(String Domain)
Set 域名- Parameters:
Domain- 域名
-
getStatus
public Long getStatus()
Get 状态- Returns:
- Status 状态
-
setStatus
public void setStatus(Long Status)
Set 状态- Parameters:
Status- 状态
-
getIds
public Long[] getIds()
Get Id列表- Returns:
- Ids Id列表
-
setIds
public void setIds(Long[] Ids)
Set Id列表- Parameters:
Ids- Id列表
-
-