java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.select.XmlSerialization
cn.warpin.thirdPart.huawei.obs.obs.services.model.select.JsonOutput

public class JsonOutput extends XmlSerialization
JSON output serialization format
  • 字段详细资料

    • recordDelimiter

      private Character recordDelimiter
  • 构造器详细资料

    • JsonOutput

      public JsonOutput()
  • 方法详细资料

    • withRecordDelimiter

      public JsonOutput withRecordDelimiter(char recordDelimiter)
      The character used to separate individual records Default is newline (\n)
      参数:
      recordDelimiter - Record separator
      返回:
      Self
    • appendToXml

      public void appendToXml(OBSXMLBuilder xmlBuilder)
      Formats the output settings into the XML request
      指定者:
      appendToXml 在类中 XmlSerialization
      参数:
      xmlBuilder - The xml serializer