public class DescribeTelSessionRequest extends AbstractModel
Constructor and Description |
---|
DescribeTelSessionRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getSdkAppId()
Get 应用ID
|
String |
getSessionId()
Get 会话ID
|
void |
setSdkAppId(Long SdkAppId)
Set 应用ID
|
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 Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 应用IDpublic String getSessionId()
public void setSessionId(String SessionId)
SessionId
- 会话IDCopyright © 2021. All rights reserved.