azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.d...

150 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.dataprotection.models.InnerError"
fullName: "com.azure.resourcemanager.dataprotection.models.InnerError"
name: "InnerError"
nameWithType: "InnerError"
summary: "Inner<wbr>Error Inner Error."
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 **InnerError**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.dataprotection.models.InnerError?alt=com.azure.resourcemanager.dataprotection.models.InnerError&text=InnerError\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.dataprotection.models.InnerError.InnerError()"
fullName: "com.azure.resourcemanager.dataprotection.models.InnerError.InnerError()"
name: "InnerError()"
nameWithType: "InnerError.InnerError()"
summary: "Creates an instance of Inner<wbr>Error class."
syntax: "public InnerError()"
desc: "Creates an instance of InnerError class."
methods:
- uid: "com.azure.resourcemanager.dataprotection.models.InnerError.additionalInfo()"
fullName: "com.azure.resourcemanager.dataprotection.models.InnerError.additionalInfo()"
name: "additionalInfo()"
nameWithType: "InnerError.additionalInfo()"
summary: "Get the additional<wbr>Info property: Any Key value pairs that can be provided to the client for additional verbose information."
syntax: "public Map<String,String> additionalInfo()"
desc: "Get the additionalInfo property: Any Key value pairs that can be provided to the client for additional verbose information."
returns:
description: "the additionalInfo value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.dataprotection.models.InnerError.code()"
fullName: "com.azure.resourcemanager.dataprotection.models.InnerError.code()"
name: "code()"
nameWithType: "InnerError.code()"
summary: "Get the code property: Unique code for this error."
syntax: "public String code()"
desc: "Get the code property: Unique code for this error."
returns:
description: "the code value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.dataprotection.models.InnerError.embeddedInnerError()"
fullName: "com.azure.resourcemanager.dataprotection.models.InnerError.embeddedInnerError()"
name: "embeddedInnerError()"
nameWithType: "InnerError.embeddedInnerError()"
summary: "Get the embedded<wbr>Inner<wbr>Error property: Child Inner Error, to allow Nesting."
syntax: "public InnerError embeddedInnerError()"
desc: "Get the embeddedInnerError property: Child Inner Error, to allow Nesting."
returns:
description: "the embeddedInnerError value."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.InnerError?alt=com.azure.resourcemanager.dataprotection.models.InnerError&text=InnerError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.InnerError.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.dataprotection.models.InnerError.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "InnerError.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Inner<wbr>Error from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static InnerError fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the InnerError."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of InnerError from the JsonReader."
returns:
description: "An instance of InnerError if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.InnerError?alt=com.azure.resourcemanager.dataprotection.models.InnerError&text=InnerError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.InnerError.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.dataprotection.models.InnerError.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "InnerError.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.InnerError.validate()"
fullName: "com.azure.resourcemanager.dataprotection.models.InnerError.validate()"
name: "validate()"
nameWithType: "InnerError.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.dataprotection.models.InnerError.withAdditionalInfo(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.dataprotection.models.InnerError.withAdditionalInfo(Map<String,String> additionalInfo)"
name: "withAdditionalInfo(Map<String,String> additionalInfo)"
nameWithType: "InnerError.withAdditionalInfo(Map<String,String> additionalInfo)"
summary: "Set the additional<wbr>Info property: Any Key value pairs that can be provided to the client for additional verbose information."
parameters:
- description: "the additionalInfo value to set."
name: "additionalInfo"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public InnerError withAdditionalInfo(Map<String,String> additionalInfo)"
desc: "Set the additionalInfo property: Any Key value pairs that can be provided to the client for additional verbose information."
returns:
description: "the InnerError object itself."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.InnerError?alt=com.azure.resourcemanager.dataprotection.models.InnerError&text=InnerError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.InnerError.withCode(java.lang.String)"
fullName: "com.azure.resourcemanager.dataprotection.models.InnerError.withCode(String code)"
name: "withCode(String code)"
nameWithType: "InnerError.withCode(String code)"
summary: "Set the code property: Unique code for this error."
parameters:
- description: "the code value to set."
name: "code"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public InnerError withCode(String code)"
desc: "Set the code property: Unique code for this error."
returns:
description: "the InnerError object itself."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.InnerError?alt=com.azure.resourcemanager.dataprotection.models.InnerError&text=InnerError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.InnerError.withEmbeddedInnerError(com.azure.resourcemanager.dataprotection.models.InnerError)"
fullName: "com.azure.resourcemanager.dataprotection.models.InnerError.withEmbeddedInnerError(InnerError embeddedInnerError)"
name: "withEmbeddedInnerError(InnerError embeddedInnerError)"
nameWithType: "InnerError.withEmbeddedInnerError(InnerError embeddedInnerError)"
summary: "Set the embedded<wbr>Inner<wbr>Error property: Child Inner Error, to allow Nesting."
parameters:
- description: "the embeddedInnerError value to set."
name: "embeddedInnerError"
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.InnerError?alt=com.azure.resourcemanager.dataprotection.models.InnerError&text=InnerError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public InnerError withEmbeddedInnerError(InnerError embeddedInnerError)"
desc: "Set the embeddedInnerError property: Child Inner Error, to allow Nesting."
returns:
description: "the InnerError object itself."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.InnerError?alt=com.azure.resourcemanager.dataprotection.models.InnerError&text=InnerError\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "InnerError Inner Error."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.dataprotection.models.InnerError?alt=com.azure.resourcemanager.dataprotection.models.InnerError&text=InnerError\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.dataprotection.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-dataprotection:1.3.0