Uses of Class
com.tencentcloudapi.lcic.v20220817.models.MessageList
-
Packages that use MessageList Package Description com.tencentcloudapi.lcic.v20220817.models -
-
Uses of MessageList in com.tencentcloudapi.lcic.v20220817.models
Methods in com.tencentcloudapi.lcic.v20220817.models that return MessageList Modifier and Type Method Description MessageList[]GetRoomMessageResponse. getMessages()Get 消息列表Methods in com.tencentcloudapi.lcic.v20220817.models with parameters of type MessageList Modifier and Type Method Description voidGetRoomMessageResponse. setMessages(MessageList[] Messages)Set 消息列表Constructors in com.tencentcloudapi.lcic.v20220817.models with parameters of type MessageList Constructor Description MessageList(MessageList 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.
-