public class DescribePSTNActiveSessionListRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribePSTNActiveSessionListRequest() |
DescribePSTNActiveSessionListRequest(DescribePSTNActiveSessionListRequest 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 返回的数据条数,最大 25
|
Long |
getOffset()
Get 数据偏移
|
Long |
getSdkAppId()
Get 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
void |
setLimit(Long Limit)
Set 返回的数据条数,最大 25
|
void |
setOffset(Long Offset)
Set 数据偏移
|
void |
setSdkAppId(Long SdkAppId)
Set 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribePSTNActiveSessionListRequest()
public DescribePSTNActiveSessionListRequest(DescribePSTNActiveSessionListRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 数据偏移public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回的数据条数,最大 25Copyright © 2023. All rights reserved.