Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.BatchContent
-
Packages that use BatchContent Package Description com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of BatchContent in com.tencentcloudapi.ckafka.v20190819.models
Methods in com.tencentcloudapi.ckafka.v20190819.models that return BatchContent Modifier and Type Method Description BatchContent[]SendMessageRequest. getMessage()Get 发送消息内容(单次请求最多500条)Methods in com.tencentcloudapi.ckafka.v20190819.models with parameters of type BatchContent Modifier and Type Method Description voidSendMessageRequest. setMessage(BatchContent[] Message)Set 发送消息内容(单次请求最多500条)Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type BatchContent Constructor Description BatchContent(BatchContent 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.
-