类 JsonInput
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.select.XmlSerialization
cn.warpin.thirdPart.huawei.obs.obs.services.model.select.JsonInput
JSON input serialization format
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidappendToXml(OBSXMLBuilder xmlBuilder) Formats the input settings into the XML requestThe type of JSON input Default is LINES从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.select.XmlSerialization
charToString
-
字段详细资料
-
type
-
-
构造器详细资料
-
JsonInput
public JsonInput()
-
-
方法详细资料
-
withType
The type of JSON input Default is LINES- 参数:
type- JSON file format type- 返回:
- Self
-
appendToXml
Formats the input settings into the XML request- 指定者:
appendToXml在类中XmlSerialization- 参数:
xmlBuilder- The xml serializer
-