public class DescribeKafkaConsumerResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeKafkaConsumerResponse() |
DescribeKafkaConsumerResponse(DescribeKafkaConsumerResponse 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 |
getCompression()
Get Compression mode [0: NONE; 2: SNAPPY; 3: LZ4]
|
KafkaConsumerContent |
getConsumerContent()
Get Kafka protocol consumer data format
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Boolean |
getStatus()
Get Whether Kafka Protocol Consumption is enabled
|
String |
getTopicID()
Get Topic Parameter used by KafkaConsumer during consumption
|
void |
setCompression(Long Compression)
Set Compression mode [0: NONE; 2: SNAPPY; 3: LZ4]
|
void |
setConsumerContent(KafkaConsumerContent ConsumerContent)
Set Kafka protocol consumer data format
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setStatus(Boolean Status)
Set Whether Kafka Protocol Consumption is enabled
|
void |
setTopicID(String TopicID)
Set Topic Parameter used by KafkaConsumer during consumption
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeKafkaConsumerResponse()
public DescribeKafkaConsumerResponse(DescribeKafkaConsumerResponse source)
public Boolean getStatus()
public void setStatus(Boolean Status)
Status
- Whether Kafka Protocol Consumption is enabledpublic String getTopicID()
public void setTopicID(String TopicID)
TopicID
- Topic Parameter used by KafkaConsumer during consumptionpublic Long getCompression()
public void setCompression(Long Compression)
Compression
- Compression mode [0: NONE; 2: SNAPPY; 3: LZ4]public KafkaConsumerContent getConsumerContent()
public void setConsumerContent(KafkaConsumerContent ConsumerContent)
ConsumerContent
- Kafka protocol consumer data formatpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.