public class RowParam extends AbstractModel
Constructor and Description |
---|
RowParam() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getEntryDelimiter()
Get 元素建的分隔符
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getKeyValueDelimiter()
Get key和value间的分隔符
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRowContent()
Get 行内容,KEY_VALUE,VALUE
|
void |
setEntryDelimiter(String EntryDelimiter)
Set 元素建的分隔符
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKeyValueDelimiter(String KeyValueDelimiter)
Set key和value间的分隔符
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRowContent(String RowContent)
Set 行内容,KEY_VALUE,VALUE
|
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 RowParam()
public RowParam(RowParam source)
public String getRowContent()
public void setRowContent(String RowContent)
RowContent
- 行内容,KEY_VALUE,VALUEpublic String getKeyValueDelimiter()
public void setKeyValueDelimiter(String KeyValueDelimiter)
KeyValueDelimiter
- key和value间的分隔符
注意:此字段可能返回 null,表示取不到有效值。public String getEntryDelimiter()
public void setEntryDelimiter(String EntryDelimiter)
EntryDelimiter
- 元素建的分隔符
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.