Class EventList
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trtc.v20190722.models.EventList
-
public class EventList extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventMessage[]getContent()Get 数据内容StringgetPeerId()Get 发送端的userIdvoidsetContent(EventMessage[] Content)Set 数据内容voidsetPeerId(String PeerId)Set 发送端的userIdvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
EventList
public EventList()
-
EventList
public EventList(EventList 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.
-
-
Method Detail
-
getContent
public EventMessage[] getContent()
Get 数据内容- Returns:
- Content 数据内容
-
setContent
public void setContent(EventMessage[] Content)
Set 数据内容- Parameters:
Content- 数据内容
-
getPeerId
public String getPeerId()
Get 发送端的userId- Returns:
- PeerId 发送端的userId
-
setPeerId
public void setPeerId(String PeerId)
Set 发送端的userId- Parameters:
PeerId- 发送端的userId
-
-