azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.blob.mode...

155 строки
9.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.blob.models.KeyInfo"
fullName: "com.azure.storage.blob.models.KeyInfo"
name: "KeyInfo"
nameWithType: "KeyInfo"
summary: "Key information."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **KeyInfo**</br> implements <xref href=\"com.azure.xml.XmlSerializable?alt=com.azure.xml.XmlSerializable&text=XmlSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.storage.blob.models.KeyInfo?alt=com.azure.storage.blob.models.KeyInfo&text=KeyInfo\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.storage.blob.models.KeyInfo.KeyInfo()"
fullName: "com.azure.storage.blob.models.KeyInfo.KeyInfo()"
name: "KeyInfo()"
nameWithType: "KeyInfo.KeyInfo()"
summary: "Creates an instance of Key<wbr>Info class."
syntax: "public KeyInfo()"
desc: "Creates an instance of KeyInfo class."
methods:
- uid: "com.azure.storage.blob.models.KeyInfo.fromXml(com.azure.xml.XmlReader)"
fullName: "com.azure.storage.blob.models.KeyInfo.fromXml(XmlReader xmlReader)"
name: "fromXml(XmlReader xmlReader)"
nameWithType: "KeyInfo.fromXml(XmlReader xmlReader)"
summary: "Reads an instance of Key<wbr>Info from the Xml<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The XmlReader being read."
name: "xmlReader"
type: "<xref href=\"com.azure.xml.XmlReader?alt=com.azure.xml.XmlReader&text=XmlReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static KeyInfo fromXml(XmlReader xmlReader)"
exceptions:
- description: "If the deserialized XML object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
desc: "Reads an instance of KeyInfo from the XmlReader."
returns:
description: "An instance of KeyInfo if the XmlReader was pointing to an instance of it, or null if it was pointing to\n XML null."
type: "<xref href=\"com.azure.storage.blob.models.KeyInfo?alt=com.azure.storage.blob.models.KeyInfo&text=KeyInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.KeyInfo.fromXml(com.azure.xml.XmlReader,java.lang.String)"
fullName: "com.azure.storage.blob.models.KeyInfo.fromXml(XmlReader xmlReader, String rootElementName)"
name: "fromXml(XmlReader xmlReader, String rootElementName)"
nameWithType: "KeyInfo.fromXml(XmlReader xmlReader, String rootElementName)"
summary: "Reads an instance of Key<wbr>Info from the Xml<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The XmlReader being read."
name: "xmlReader"
type: "<xref href=\"com.azure.xml.XmlReader?alt=com.azure.xml.XmlReader&text=XmlReader\" data-throw-if-not-resolved=\"False\" />"
- description: "Optional root element name to override the default defined by the model. Used to support\n cases where the model can deserialize from different root element names."
name: "rootElementName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static KeyInfo fromXml(XmlReader xmlReader, String rootElementName)"
exceptions:
- description: "If the deserialized XML object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
desc: "Reads an instance of KeyInfo from the XmlReader."
returns:
description: "An instance of KeyInfo if the XmlReader was pointing to an instance of it, or null if it was pointing to\n XML null."
type: "<xref href=\"com.azure.storage.blob.models.KeyInfo?alt=com.azure.storage.blob.models.KeyInfo&text=KeyInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.KeyInfo.getExpiry()"
fullName: "com.azure.storage.blob.models.KeyInfo.getExpiry()"
name: "getExpiry()"
nameWithType: "KeyInfo.getExpiry()"
summary: "Get the expiry property: The date-time the key expires in ISO 8601 UTC time."
syntax: "public String getExpiry()"
desc: "Get the expiry property: The date-time the key expires in ISO 8601 UTC time."
returns:
description: "the expiry value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.KeyInfo.getStart()"
fullName: "com.azure.storage.blob.models.KeyInfo.getStart()"
name: "getStart()"
nameWithType: "KeyInfo.getStart()"
summary: "Get the start property: The date-time the key is active in ISO 8601 UTC time."
syntax: "public String getStart()"
desc: "Get the start property: The date-time the key is active in ISO 8601 UTC time."
returns:
description: "the start value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.KeyInfo.setExpiry(java.lang.String)"
fullName: "com.azure.storage.blob.models.KeyInfo.setExpiry(String expiry)"
name: "setExpiry(String expiry)"
nameWithType: "KeyInfo.setExpiry(String expiry)"
summary: "Set the expiry property: The date-time the key expires in ISO 8601 UTC time."
parameters:
- description: "the expiry value to set."
name: "expiry"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public KeyInfo setExpiry(String expiry)"
desc: "Set the expiry property: The date-time the key expires in ISO 8601 UTC time."
returns:
description: "the KeyInfo object itself."
type: "<xref href=\"com.azure.storage.blob.models.KeyInfo?alt=com.azure.storage.blob.models.KeyInfo&text=KeyInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.KeyInfo.setStart(java.lang.String)"
fullName: "com.azure.storage.blob.models.KeyInfo.setStart(String start)"
name: "setStart(String start)"
nameWithType: "KeyInfo.setStart(String start)"
summary: "Set the start property: The date-time the key is active in ISO 8601 UTC time."
parameters:
- description: "the start value to set."
name: "start"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public KeyInfo setStart(String start)"
desc: "Set the start property: The date-time the key is active in ISO 8601 UTC time."
returns:
description: "the KeyInfo object itself."
type: "<xref href=\"com.azure.storage.blob.models.KeyInfo?alt=com.azure.storage.blob.models.KeyInfo&text=KeyInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.KeyInfo.toXml(com.azure.xml.XmlWriter)"
fullName: "com.azure.storage.blob.models.KeyInfo.toXml(XmlWriter xmlWriter)"
name: "toXml(XmlWriter xmlWriter)"
nameWithType: "KeyInfo.toXml(XmlWriter xmlWriter)"
parameters:
- name: "xmlWriter"
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public XmlWriter toXml(XmlWriter xmlWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
returns:
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.KeyInfo.toXml(com.azure.xml.XmlWriter,java.lang.String)"
fullName: "com.azure.storage.blob.models.KeyInfo.toXml(XmlWriter xmlWriter, String rootElementName)"
name: "toXml(XmlWriter xmlWriter, String rootElementName)"
nameWithType: "KeyInfo.toXml(XmlWriter xmlWriter, String rootElementName)"
parameters:
- name: "xmlWriter"
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
- name: "rootElementName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public XmlWriter toXml(XmlWriter xmlWriter, String rootElementName)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
returns:
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Key information."
implements:
- "<xref href=\"com.azure.xml.XmlSerializable?alt=com.azure.xml.XmlSerializable&text=XmlSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.storage.blob.models.KeyInfo?alt=com.azure.storage.blob.models.KeyInfo&text=KeyInfo\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.28.1