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

public class ScanRange extends XmlSerialization
Configuration of the scan range of the input data
  • 字段详细资料

    • start

      private Long start
    • end

      private Long end
  • 构造器详细资料

    • ScanRange

      public ScanRange()
  • 方法详细资料

    • withStart

      public ScanRange withStart(long start)
      Sets the offset of the first byte of data to scan Default is the beginning of the file
      参数:
      start - Start offset of the scan range
      返回:
      Self
    • withEnd

      public ScanRange withEnd(long end)
      Sets the offset of the last byte of data to scan
      参数:
      end - Start offset of the scan range
      返回:
      Self
    • appendToXml

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