| Package | Description | 
|---|---|
| com.tencentcloudapi.ckafka.v20190819.models | 
| Modifier and Type | Method and Description | 
|---|---|
ConsumerRecord[] | 
FetchMessageListByOffsetResponse.getResult()
Get Returned result. 
 | 
ConsumerRecord | 
FetchMessageByOffsetResponse.getResult()
Get Returned results 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FetchMessageByOffsetResponse.setResult(ConsumerRecord Result)
Set Returned results 
 | 
void | 
FetchMessageListByOffsetResponse.setResult(ConsumerRecord[] Result)
Set Returned result. 
 | 
| Constructor and Description | 
|---|
ConsumerRecord(ConsumerRecord 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. 
 | 
Copyright © 2022. All rights reserved.