public class DescribeLogTopicTasksRequest extends AbstractModel
Constructor and Description |
---|
DescribeLogTopicTasksRequest() |
DescribeLogTopicTasksRequest(DescribeLogTopicTasksRequest 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 |
---|---|
Long |
getLimit()
Get 分页查询的限制数目,默认值为20,最大查询条目为1000。
|
Long |
getOffset()
Get 分页的偏移量,默认值为0。
|
String |
getZoneId()
Get 站点ID。
|
void |
setLimit(Long Limit)
Set 分页查询的限制数目,默认值为20,最大查询条目为1000。
|
void |
setOffset(Long Offset)
Set 分页的偏移量,默认值为0。
|
void |
setZoneId(String ZoneId)
Set 站点ID。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeLogTopicTasksRequest()
public DescribeLogTopicTasksRequest(DescribeLogTopicTasksRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 站点ID。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页查询的限制数目,默认值为20,最大查询条目为1000。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页的偏移量,默认值为0。Copyright © 2022. All rights reserved.