Class RowParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.RowParam
-
public class RowParam extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntryDelimiter()Get 元素建的分隔符 注意:此字段可能返回 null,表示取不到有效值。StringgetKeyValueDelimiter()Get key和value间的分隔符 注意:此字段可能返回 null,表示取不到有效值。StringgetRowContent()Get 行内容,KEY_VALUE,VALUEvoidsetEntryDelimiter(String EntryDelimiter)Set 元素建的分隔符 注意:此字段可能返回 null,表示取不到有效值。voidsetKeyValueDelimiter(String KeyValueDelimiter)Set key和value间的分隔符 注意:此字段可能返回 null,表示取不到有效值。voidsetRowContent(String RowContent)Set 行内容,KEY_VALUE,VALUEvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RowParam
public RowParam()
-
RowParam
public RowParam(RowParam 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.
-
-
Method Detail
-
getRowContent
public String getRowContent()
Get 行内容,KEY_VALUE,VALUE- Returns:
- RowContent 行内容,KEY_VALUE,VALUE
-
setRowContent
public void setRowContent(String RowContent)
Set 行内容,KEY_VALUE,VALUE- Parameters:
RowContent- 行内容,KEY_VALUE,VALUE
-
getKeyValueDelimiter
public String getKeyValueDelimiter()
Get key和value间的分隔符 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- KeyValueDelimiter key和value间的分隔符 注意:此字段可能返回 null,表示取不到有效值。
-
setKeyValueDelimiter
public void setKeyValueDelimiter(String KeyValueDelimiter)
Set key和value间的分隔符 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
KeyValueDelimiter- key和value间的分隔符 注意:此字段可能返回 null,表示取不到有效值。
-
getEntryDelimiter
public String getEntryDelimiter()
Get 元素建的分隔符 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EntryDelimiter 元素建的分隔符 注意:此字段可能返回 null,表示取不到有效值。
-
setEntryDelimiter
public void setEntryDelimiter(String EntryDelimiter)
Set 元素建的分隔符 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EntryDelimiter- 元素建的分隔符 注意:此字段可能返回 null,表示取不到有效值。
-
-