public class DescribeRefreshActivitiesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRefreshActivitiesRequest() |
DescribeRefreshActivitiesRequest(DescribeRefreshActivitiesRequest 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 |
---|---|
Filter[] |
getFilters()
Get Filtering conditions.
|
Long |
getLimit()
Get Number of returned pieces.
|
Long |
getOffset()
Get Offset, 0 by default.
|
String[] |
getRefreshActivityIds()
Get List of refresh activity IDs.
|
void |
setFilters(Filter[] Filters)
Set Filtering conditions.
|
void |
setLimit(Long Limit)
Set Number of returned pieces.
|
void |
setOffset(Long Offset)
Set Offset, 0 by default.
|
void |
setRefreshActivityIds(String[] RefreshActivityIds)
Set List of refresh activity IDs.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeRefreshActivitiesRequest()
public DescribeRefreshActivitiesRequest(DescribeRefreshActivitiesRequest source)
public String[] getRefreshActivityIds()
public void setRefreshActivityIds(String[] RefreshActivityIds)
RefreshActivityIds
- List of refresh activity IDs. IDs are formatted like: 'asr-5l2ejpfo'. The upper limit per request is 100. Parameters do not support specifying both RefreshActivityIds and Filters simultaneously.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filtering conditions.
public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned pieces. Default value: 20. Maximum value: 100. For further information on Limit, please refer to relevant sections in API [Overview] (https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset, 0 by default. For further information on Offset, please refer to relevant sections in API [Overview] (https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).Copyright © 2024. All rights reserved.