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, you can check 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, you can check 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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, you can check 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 © 2025. All rights reserved.