Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.FetchMessageListByOffsetResponse
-
Packages that use FetchMessageListByOffsetResponse Package Description com.tencentcloudapi.ckafka.v20190819 com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of FetchMessageListByOffsetResponse in com.tencentcloudapi.ckafka.v20190819
Methods in com.tencentcloudapi.ckafka.v20190819 that return FetchMessageListByOffsetResponse Modifier and Type Method Description FetchMessageListByOffsetResponseCkafkaClient. FetchMessageListByOffset(FetchMessageListByOffsetRequest req)根据位点查询消息列表 -
Uses of FetchMessageListByOffsetResponse in com.tencentcloudapi.ckafka.v20190819.models
Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type FetchMessageListByOffsetResponse Constructor Description FetchMessageListByOffsetResponse(FetchMessageListByOffsetResponse 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.
-