Class DescribeAccessExportsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.DescribeAccessExportsRequest
-
public class DescribeAccessExportsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeAccessExportsRequest()DescribeAccessExportsRequest(DescribeAccessExportsRequest 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 LonggetLimit()Get 分页单页限制数目,默认值为20,最大值100LonggetOffset()Get 分页的偏移量,默认值为0StringgetTopicId()Get 客户要查询的日志主题ID,每个客户都有对应的一个主题voidsetLimit(Long Limit)Set 分页单页限制数目,默认值为20,最大值100voidsetOffset(Long Offset)Set 分页的偏移量,默认值为0voidsetTopicId(String TopicId)Set 客户要查询的日志主题ID,每个客户都有对应的一个主题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
-
DescribeAccessExportsRequest
public DescribeAccessExportsRequest()
-
DescribeAccessExportsRequest
public DescribeAccessExportsRequest(DescribeAccessExportsRequest 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
-
getTopicId
public String getTopicId()
Get 客户要查询的日志主题ID,每个客户都有对应的一个主题- Returns:
- TopicId 客户要查询的日志主题ID,每个客户都有对应的一个主题
-
setTopicId
public void setTopicId(String TopicId)
Set 客户要查询的日志主题ID,每个客户都有对应的一个主题- Parameters:
TopicId- 客户要查询的日志主题ID,每个客户都有对应的一个主题
-
getOffset
public Long getOffset()
Get 分页的偏移量,默认值为0- Returns:
- Offset 分页的偏移量,默认值为0
-
setOffset
public void setOffset(Long Offset)
Set 分页的偏移量,默认值为0- Parameters:
Offset- 分页的偏移量,默认值为0
-
getLimit
public Long getLimit()
Get 分页单页限制数目,默认值为20,最大值100- Returns:
- Limit 分页单页限制数目,默认值为20,最大值100
-
setLimit
public void setLimit(Long Limit)
Set 分页单页限制数目,默认值为20,最大值100- Parameters:
Limit- 分页单页限制数目,默认值为20,最大值100
-
-