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 Limit on paginated queries.
|
Long |
getOffset()
Get Page offset.
|
String |
getZoneId()
Get ID of the site.
|
void |
setLimit(Long Limit)
Set Limit on paginated queries.
|
void |
setOffset(Long Offset)
Set Page offset.
|
void |
setZoneId(String ZoneId)
Set ID of the site.
|
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 of the site.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Limit on paginated queries. Default value: `20`. Maximum value: `1000`.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Page offset. Default value: 0.Copyright © 2023. All rights reserved.