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