public class DescribeProtectedTelCdrRequest extends AbstractModel
header, skipSign
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 End timestamp.
|
Long |
getPageNumber()
Get Page number starting from 0.
|
Long |
getPageSize()
Get Page size, upper limit 100.
|
Long |
getSdkAppId()
Get For the Application ID, go to https://console.cloud.tencent.com/ccc.
|
Long |
getStartTimeStamp()
Get Start timestamp.
|
void |
setEndTimeStamp(Long EndTimeStamp)
Set End timestamp.
|
void |
setPageNumber(Long PageNumber)
Set Page number starting from 0.
|
void |
setPageSize(Long PageSize)
Set Page size, upper limit 100.
|
void |
setSdkAppId(Long SdkAppId)
Set For the Application ID, go to https://console.cloud.tencent.com/ccc.
|
void |
setStartTimeStamp(Long StartTimeStamp)
Set Start timestamp.
|
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 DescribeProtectedTelCdrRequest()
public DescribeProtectedTelCdrRequest(DescribeProtectedTelCdrRequest source)
public Long getStartTimeStamp()
public void setStartTimeStamp(Long StartTimeStamp)
StartTimeStamp
- Start timestamp. Unix second-level timestamp.public Long getEndTimeStamp()
public void setEndTimeStamp(Long EndTimeStamp)
EndTimeStamp
- End timestamp. Unix second-level timestamp.public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- For the Application ID, go to https://console.cloud.tencent.com/ccc.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Page size, upper limit 100.public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- Page number starting from 0.Copyright © 2024. All rights reserved.