public class EventDataInfo extends AbstractModel
Constructor and Description |
---|
EventDataInfo() |
EventDataInfo(EventDataInfo 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 |
---|---|
Long |
getRoomId()
Get The room ID.
|
String |
getUserId()
Get The ID of the user to whom the event occurred.
|
void |
setRoomId(Long RoomId)
Set The room ID.
|
void |
setUserId(String UserId)
Set The ID of the user to whom the event occurred.
|
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 EventDataInfo()
public EventDataInfo(EventDataInfo source)
public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- The room ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getUserId()
public void setUserId(String UserId)
UserId
- The ID of the user to whom the event occurred.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.