你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BlobPrefix Class
- java.
lang. Object - com.
azure. storage. blob. models. BlobPrefix
- com.
Implements
public final class BlobPrefix
implements XmlSerializable<BlobPrefix>
The BlobPrefix model.
Constructor Summary
Constructor | Description | |
---|---|---|
BlobPrefix() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Blob |
fromXml(XmlReader xmlReader)
Reads an instance of Blob |
static
Blob |
fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of Blob |
String |
getName()
Get the name property: The Name property. |
Blob |
setName(String name)
Set the name property: The Name property. |
Xml |
toXml(XmlWriter xmlWriter) |
Xml |
toXml(XmlWriter xmlWriter, String rootElementName) |
Methods inherited from java.lang.Object
Constructor Details
BlobPrefix
public BlobPrefix()
Method Details
fromXml
public static BlobPrefix fromXml(XmlReader xmlReader)
Reads an instance of BlobPrefix from the XmlReader.
Parameters:
Returns:
Throws:
fromXml
public static BlobPrefix fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of BlobPrefix from the XmlReader.
Parameters:
Returns:
Throws:
getName
public String getName()
Get the name property: The Name property.
Returns:
setName
public BlobPrefix setName(String name)
Set the name property: The Name property.
Parameters:
Returns:
toXml
toXml
public XmlWriter toXml(XmlWriter xmlWriter, String rootElementName)
Parameters:
Throws: