类 ScanRange
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.select.XmlSerialization
cn.warpin.thirdPart.huawei.obs.obs.services.model.select.ScanRange
Configuration of the scan range of the input data
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidappendToXml(OBSXMLBuilder xmlBuilder) Formats the input settings into the XML requestwithEnd(long end) Sets the offset of the last byte of data to scanwithStart(long start) Sets the offset of the first byte of data to scan Default is the beginning of the file从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.select.XmlSerialization
charToString
-
字段详细资料
-
start
-
end
-
-
构造器详细资料
-
ScanRange
public ScanRange()
-
-
方法详细资料
-
withStart
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
Sets the offset of the last byte of data to scan- 参数:
end- Start offset of the scan range- 返回:
- Self
-
appendToXml
Formats the input settings into the XML request- 指定者:
appendToXml在类中XmlSerialization- 参数:
xmlBuilder- The xml serializer
-