public class GetRoomMessageRequest extends AbstractModel
Constructor and Description |
---|
GetRoomMessageRequest() |
GetRoomMessageRequest(GetRoomMessageRequest 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 |
getLimit()
Get The maximum number of messages to return.
|
Long |
getRoomId()
Get The room ID.
|
Long |
getSdkAppId()
Get The SDKAppID assigned by LCIC.
|
Long |
getSeq()
Get The starting message sequence.
|
void |
setLimit(Long Limit)
Set The maximum number of messages to return.
|
void |
setRoomId(Long RoomId)
Set The room ID.
|
void |
setSdkAppId(Long SdkAppId)
Set The SDKAppID assigned by LCIC.
|
void |
setSeq(Long Seq)
Set The starting message sequence.
|
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 GetRoomMessageRequest()
public GetRoomMessageRequest(GetRoomMessageRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- The SDKAppID assigned by LCIC.public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- The room ID.public Long getSeq()
public void setSeq(Long Seq)
Seq
- The starting message sequence. Messages before this sequence will be returned (not including the message whose sequence is `seq`).public Long getLimit()
public void setLimit(Long Limit)
Limit
- The maximum number of messages to return. The value of this parameter cannot exceed the maximum message count allowed by your package.Copyright © 2023. All rights reserved.