BlockLookupList Class
- java.
lang. Object - com.
azure. storage. blob. models. BlockLookupList
- com.
Implements
public final class BlockLookupList
implements XmlSerializable<BlockLookupList>
The BlockLookupList model.
Constructor Summary
Constructor | Description |
---|---|
BlockLookupList() |
Creates an instance of Block |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Block |
fromXml(XmlReader xmlReader)
Reads an instance of Block |
static
Block |
fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of Block |
List<String> |
getCommitted()
Get the committed property: The Committed property. |
List<String> |
getLatest()
Get the latest property: The Latest property. |
List<String> |
getUncommitted()
Get the uncommitted property: The Uncommitted property. |
Block |
setCommitted(List<String> committed)
Set the committed property: The Committed property. |
Block |
setLatest(List<String> latest)
Set the latest property: The Latest property. |
Block |
setUncommitted(List<String> uncommitted)
Set the uncommitted property: The Uncommitted property. |
Xml |
toXml(XmlWriter xmlWriter) |
Xml |
toXml(XmlWriter xmlWriter, String rootElementName) |
Methods inherited from java.lang.Object
Constructor Details
BlockLookupList
public BlockLookupList()
Creates an instance of BlockLookupList class.
Method Details
fromXml
public static BlockLookupList fromXml(XmlReader xmlReader)
Reads an instance of BlockLookupList from the XmlReader.
Parameters:
Returns:
Throws:
fromXml
public static BlockLookupList fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of BlockLookupList from the XmlReader.
Parameters:
Returns:
Throws:
getCommitted
public List
Get the committed property: The Committed property.
Returns:
getLatest
public List
Get the latest property: The Latest property.
Returns:
getUncommitted
public List
Get the uncommitted property: The Uncommitted property.
Returns:
setCommitted
public BlockLookupList setCommitted(List
Set the committed property: The Committed property.
Parameters:
Returns:
setLatest
public BlockLookupList setLatest(List
Set the latest property: The Latest property.
Parameters:
Returns:
setUncommitted
public BlockLookupList setUncommitted(List
Set the uncommitted property: The Uncommitted property.
Parameters:
Returns:
toXml
toXml
public XmlWriter toXml(XmlWriter xmlWriter, String rootElementName)
Parameters:
Throws:
Applies to
Azure SDK for Java