public class DescribeProtectedTelCdrRequest extends AbstractModel
Constructor and Description |
---|
DescribeProtectedTelCdrRequest() |
DescribeProtectedTelCdrRequest(DescribeProtectedTelCdrRequest 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 |
getEndTimeStamp()
Get 结束时间戳,Unix 秒级时间戳
|
Long |
getPageNumber()
Get 分页页码,从 0 开始
|
Long |
getPageSize()
Get 分页尺寸,上限 100
|
Long |
getSdkAppId()
Get 应用 ID,可以查看 https://console.cloud.tencent.com/ccc
|
Long |
getStartTimeStamp()
Get 起始时间戳,Unix 秒级时间戳
|
void |
setEndTimeStamp(Long EndTimeStamp)
Set 结束时间戳,Unix 秒级时间戳
|
void |
setPageNumber(Long PageNumber)
Set 分页页码,从 0 开始
|
void |
setPageSize(Long PageSize)
Set 分页尺寸,上限 100
|
void |
setSdkAppId(Long SdkAppId)
Set 应用 ID,可以查看 https://console.cloud.tencent.com/ccc
|
void |
setStartTimeStamp(Long StartTimeStamp)
Set 起始时间戳,Unix 秒级时间戳
|
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 DescribeProtectedTelCdrRequest()
public DescribeProtectedTelCdrRequest(DescribeProtectedTelCdrRequest source)
public Long getStartTimeStamp()
public void setStartTimeStamp(Long StartTimeStamp)
StartTimeStamp
- 起始时间戳,Unix 秒级时间戳public Long getEndTimeStamp()
public void setEndTimeStamp(Long EndTimeStamp)
EndTimeStamp
- 结束时间戳,Unix 秒级时间戳public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 应用 ID,可以查看 https://console.cloud.tencent.com/cccpublic Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 分页尺寸,上限 100public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 分页页码,从 0 开始Copyright © 2023. All rights reserved.