public class DescribeSessionDetailRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSessionDetailRequest() |
DescribeSessionDetailRequest(DescribeSessionDetailRequest 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, Unix second-level timestamp.
|
Long |
getSdkAppId()
Get App ID (required).
|
String |
getSessionId()
Get Specifies the session id of the call.
|
Long |
getStartTimestamp()
Get Start timestamp.
|
void |
setEndTimestamp(Long EndTimestamp)
Set End timestamp, Unix second-level timestamp.
|
void |
setSdkAppId(Long SdkAppId)
Set App ID (required).
|
void |
setSessionId(String SessionId)
Set Specifies the session id of the call.
|
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, toJsonString
public DescribeSessionDetailRequest()
public DescribeSessionDetailRequest(DescribeSessionDetailRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- App ID (required). can be used to view https://console.cloud.tencent.com/ccc.public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- Specifies the session id of the call.public Long getStartTimestamp()
public void setStartTimestamp(Long StartTimestamp)
StartTimestamp
- Start timestamp. Unix second-level timestamp. supports up to nearly 180 days.public Long getEndTimestamp()
public void setEndTimestamp(Long EndTimestamp)
EndTimestamp
- End timestamp, Unix second-level timestamp. the interval range between end time and start time is less than 90 days.Copyright © 2025. All rights reserved.