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

89 строки
5.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.providerhub.models.InnerError"
fullName: "com.azure.resourcemanager.providerhub.models.InnerError"
name: "InnerError"
nameWithType: "InnerError"
summary: "Inner error containing list of errors."
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 class **InnerError**"
constructors:
- uid: "com.azure.resourcemanager.providerhub.models.InnerError.InnerError()"
fullName: "com.azure.resourcemanager.providerhub.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.providerhub.models.InnerError.additionalProperties()"
fullName: "com.azure.resourcemanager.providerhub.models.InnerError.additionalProperties()"
name: "additionalProperties()"
nameWithType: "InnerError.additionalProperties()"
summary: "Get the additional<wbr>Properties property: Inner error containing list of errors."
syntax: "public Map<String,Object> additionalProperties()"
desc: "Get the additionalProperties property: Inner error containing list of errors."
returns:
description: "the additionalProperties 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/Object.html\">Object</a>&gt;"
- uid: "com.azure.resourcemanager.providerhub.models.InnerError.code()"
fullName: "com.azure.resourcemanager.providerhub.models.InnerError.code()"
name: "code()"
nameWithType: "InnerError.code()"
summary: "Get the code property: Specific error code than was provided by the containing error."
syntax: "public String code()"
desc: "Get the code property: Specific error code than was provided by the containing 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.providerhub.models.InnerError.innerError()"
fullName: "com.azure.resourcemanager.providerhub.models.InnerError.innerError()"
name: "innerError()"
nameWithType: "InnerError.innerError()"
summary: "Get the inner<wbr>Error property: Object containing more specific information than the current object about the error."
syntax: "public Object innerError()"
desc: "Get the innerError property: Object containing more specific information than the current object about the error."
returns:
description: "the innerError value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
- uid: "com.azure.resourcemanager.providerhub.models.InnerError.validate()"
fullName: "com.azure.resourcemanager.providerhub.models.InnerError.validate()"
name: "validate()"
nameWithType: "InnerError.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.providerhub.models.InnerError.withAdditionalProperties(java.util.Map<java.lang.String,java.lang.Object>)"
fullName: "com.azure.resourcemanager.providerhub.models.InnerError.withAdditionalProperties(Map<String,Object> additionalProperties)"
name: "withAdditionalProperties(Map<String,Object> additionalProperties)"
nameWithType: "InnerError.withAdditionalProperties(Map<String,Object> additionalProperties)"
summary: "Set the additional<wbr>Properties property: Inner error containing list of errors."
parameters:
- description: "the additionalProperties value to set."
name: "additionalProperties"
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/Object.html\">Object</a>&gt;"
syntax: "public InnerError withAdditionalProperties(Map<String,Object> additionalProperties)"
desc: "Set the additionalProperties property: Inner error containing list of errors."
returns:
description: "the InnerError object itself."
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.InnerError?alt=com.azure.resourcemanager.providerhub.models.InnerError&text=InnerError\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Inner error containing list of errors."
metadata: {}
package: "com.azure.resourcemanager.providerhub.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-providerhub:1.0.0