类 OutputSerialization
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.select.XmlSerialization
cn.warpin.thirdPart.huawei.obs.obs.services.model.select.OutputSerialization
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) voidappendToXml(OBSXMLBuilder xmlBuilder) Formats the output settings into the XML requestDeclares the input serialization format as ArrowDeclares the output serialization format as CSVwithJson(JsonOutput jsonOutput) Declares the input serialization format as JSON从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.select.XmlSerialization
charToString
-
字段详细资料
-
output
-
-
构造器详细资料
-
OutputSerialization
public OutputSerialization()
-
-
方法详细资料
-
withCsv
Declares the output serialization format as CSV- 参数:
csvOutput- Serialization format for a CSV output file- 返回:
- Self
-
withJson
Declares the input serialization format as JSON- 参数:
jsonOutput- Serialization format for a JSON output file- 返回:
- Self
-
withArrow
Declares the input serialization format as Arrow- 返回:
- Self
-
appendToXml
Formats the output settings into the XML request- 指定者:
appendToXml在类中XmlSerialization- 参数:
xmlBuilder- The xml serializer
-