public class ModifyKafkaConsumerRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyKafkaConsumerRequest() |
ModifyKafkaConsumerRequest(ModifyKafkaConsumerRequest 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 |
getFromTopicId()
Get Log Topic ID
|
void |
setCompression(Long Compression)
Set Compression mode [0: NONE; 2: SNAPPY; 3: LZ4]
|
void |
setConsumerContent(KafkaConsumerContent ConsumerContent)
Set Kafka protocol consumer data format
|
void |
setFromTopicId(String FromTopicId)
Set Log Topic ID
|
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 ModifyKafkaConsumerRequest()
public ModifyKafkaConsumerRequest(ModifyKafkaConsumerRequest source)
public String getFromTopicId()
public void setFromTopicId(String FromTopicId)
FromTopicId
- Log Topic IDpublic 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 formatCopyright © 2024. All rights reserved.