类 JsonOutput
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.select.XmlSerialization
cn.warpin.thirdPart.huawei.obs.obs.services.model.select.JsonOutput
JSON output serialization format
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidappendToXml(OBSXMLBuilder xmlBuilder) Formats the output settings into the XML requestwithRecordDelimiter(char recordDelimiter) The character used to separate individual records Default is newline (\n)从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.select.XmlSerialization
charToString
-
字段详细资料
-
recordDelimiter
-
-
构造器详细资料
-
JsonOutput
public JsonOutput()
-
-
方法详细资料
-
withRecordDelimiter
The character used to separate individual records Default is newline (\n)- 参数:
recordDelimiter- Record separator- 返回:
- Self
-
appendToXml
Formats the output settings into the XML request- 指定者:
appendToXml在类中XmlSerialization- 参数:
xmlBuilder- The xml serializer
-