public class SendStatus extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SendStatus() | 
| SendStatus(SendStatus 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 | 
|---|---|
| String | getCallId()Get 标识本次发送 ID,标识一次下发记录。 | 
| String | getSessionContext()Get 用户的 session 内容,腾讯 server 回包中会原样返回。 | 
| void | setCallId(String CallId)Set 标识本次发送 ID,标识一次下发记录。 | 
| void | setSessionContext(String SessionContext)Set 用户的 session 内容,腾讯 server 回包中会原样返回。 | 
| 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 SendStatus()
public SendStatus(SendStatus source)
public String getCallId()
public void setCallId(String CallId)
CallId - 标识本次发送 ID,标识一次下发记录。public String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext - 用户的 session 内容,腾讯 server 回包中会原样返回。Copyright © 2025. All rights reserved.