ClearRange Class
- java.
lang. Object - com.
azure. storage. blob. models. ClearRange
- com.
Implements
public final class ClearRange
implements XmlSerializable<ClearRange>
The ClearRange model.
Constructor Summary
Constructor | Description |
---|---|
ClearRange() |
Creates an instance of Clear |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Clear |
fromXml(XmlReader xmlReader)
Reads an instance of Clear |
static
Clear |
fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of Clear |
long |
getEnd()
Get the end property: The End property. |
long |
getStart()
Get the start property: The Start property. |
Clear |
setEnd(long end)
Set the end property: The End property. |
Clear |
setStart(long start)
Set the start property: The Start property. |
Xml |
toXml(XmlWriter xmlWriter) |
Xml |
toXml(XmlWriter xmlWriter, String rootElementName) |
Methods inherited from java.lang.Object
Constructor Details
ClearRange
public ClearRange()
Creates an instance of ClearRange class.
Method Details
fromXml
public static ClearRange fromXml(XmlReader xmlReader)
Reads an instance of ClearRange from the XmlReader.
Parameters:
Returns:
Throws:
fromXml
public static ClearRange fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of ClearRange from the XmlReader.
Parameters:
Returns:
Throws:
getEnd
public long getEnd()
Get the end property: The End property.
Returns:
getStart
public long getStart()
Get the start property: The Start property.
Returns:
setEnd
public ClearRange setEnd(long end)
Set the end property: The End property.
Parameters:
Returns:
setStart
public ClearRange setStart(long start)
Set the start property: The Start property.
Parameters:
Returns:
toXml
toXml
public XmlWriter toXml(XmlWriter xmlWriter, String rootElementName)
Parameters:
Throws:
Applies to
Azure SDK for Java