public class RowParam extends AbstractModel
header, skipSign
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 元素建的分隔符
|
String |
getKeyValueDelimiter()
Get key和value间的分隔符
|
String |
getRowContent()
Get 行内容,KEY_VALUE,VALUE
|
void |
setEntryDelimiter(String EntryDelimiter)
Set 元素建的分隔符
|
void |
setKeyValueDelimiter(String KeyValueDelimiter)
Set key和value间的分隔符
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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间的分隔符public String getEntryDelimiter()
public void setEntryDelimiter(String EntryDelimiter)
EntryDelimiter
- 元素建的分隔符Copyright © 2025. All rights reserved.