public class DescribeLiveRecordPlanIdsRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeLiveRecordPlanIdsRequest() |
DescribeLiveRecordPlanIdsRequest(DescribeLiveRecordPlanIdsRequest 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 分页大小
|
Long |
getOffset()
Get 分页偏移量
|
String |
getTemplateId()
Get 时间模板ID
|
void |
setLimit(Long Limit)
Set 分页大小
|
void |
setOffset(Long Offset)
Set 分页偏移量
|
void |
setTemplateId(String TemplateId)
Set 时间模板ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeLiveRecordPlanIdsRequest()
public DescribeLiveRecordPlanIdsRequest(DescribeLiveRecordPlanIdsRequest source)
public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId - 时间模板IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset - 分页偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页大小Copyright © 2024. All rights reserved.