public class SendStatus extends AbstractModel
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 回包中会原样返回。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCallId(String CallId)
Set 标识本次发送 ID,标识一次下发记录。
|
void |
setSessionContext(String SessionContext)
Set 用户的 session 内容,腾讯 server 回包中会原样返回。
注意:此字段可能返回 null,表示取不到有效值。
|
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 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 回包中会原样返回。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.