Class DescribeAntiInfoLeakRulesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.DescribeAntiInfoLeakRulesRequest
-
public class DescribeAntiInfoLeakRulesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeAntiInfoLeakRulesRequest()DescribeAntiInfoLeakRulesRequest(DescribeAntiInfoLeakRulesRequest 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 LonggetActionType()Get 动作类型StringgetDomain()Get 域名PageInfogetPageInfo()Get 翻页voidsetActionType(Long ActionType)Set 动作类型voidsetDomain(String Domain)Set 域名voidsetPageInfo(PageInfo PageInfo)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
-
DescribeAntiInfoLeakRulesRequest
public DescribeAntiInfoLeakRulesRequest()
-
DescribeAntiInfoLeakRulesRequest
public DescribeAntiInfoLeakRulesRequest(DescribeAntiInfoLeakRulesRequest 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- 域名
-
getActionType
public Long getActionType()
Get 动作类型- Returns:
- ActionType 动作类型
-
setActionType
public void setActionType(Long ActionType)
Set 动作类型- Parameters:
ActionType- 动作类型
-
getPageInfo
public PageInfo getPageInfo()
Get 翻页- Returns:
- PageInfo 翻页
-
setPageInfo
public void setPageInfo(PageInfo PageInfo)
Set 翻页- Parameters:
PageInfo- 翻页
-
-