public class DescribeTelSessionRequest extends AbstractModel
Constructor and Description |
---|
DescribeTelSessionRequest() |
DescribeTelSessionRequest(DescribeTelSessionRequest 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 |
getSdkAppId()
Get 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
String |
getSessionId()
Get 会话 ID
|
void |
setSdkAppId(Long SdkAppId)
Set 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
void |
setSessionId(String SessionId)
Set 会话 ID
|
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 DescribeTelSessionRequest()
public DescribeTelSessionRequest(DescribeTelSessionRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccpublic String getSessionId()
public void setSessionId(String SessionId)
SessionId
- 会话 IDCopyright © 2022. All rights reserved.