public class EventList extends AbstractModel
| Constructor and Description | 
|---|
| EventList() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| EventMessage[] | getContent()Get The event information. | 
| String | getPeerId()Get The user ID of the sender. | 
| void | setContent(EventMessage[] Content)Set The event information. | 
| void | setPeerId(String PeerId)Set The user ID of the sender. | 
| 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, toJsonStringpublic EventList()
public EventList(EventList source)
public EventMessage[] getContent()
public void setContent(EventMessage[] Content)
Content - The event information.public String getPeerId()
public void setPeerId(String PeerId)
PeerId - The user ID of the sender.Copyright © 2023. All rights reserved.