public class CkafkaParams extends AbstractModel
Constructor and Description |
---|
CkafkaParams() |
CkafkaParams(CkafkaParams 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 |
---|---|
String |
getOffset()
Get kafka offset
|
String |
getTopicName()
Get ckafka topic
|
void |
setOffset(String Offset)
Set kafka offset
|
void |
setTopicName(String TopicName)
Set ckafka topic
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CkafkaParams()
public CkafkaParams(CkafkaParams source)
public String getOffset()
public void setOffset(String Offset)
Offset
- kafka offsetpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName
- ckafka topicCopyright © 2023. All rights reserved.