79 строки
4.5 KiB
YAML
79 строки
4.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.providerhub.models.TypedErrorInfo"
|
|
fullName: "com.azure.resourcemanager.providerhub.models.TypedErrorInfo"
|
|
name: "TypedErrorInfo"
|
|
nameWithType: "TypedErrorInfo"
|
|
summary: "The Typed<wbr>Error<wbr>Info model."
|
|
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 **TypedErrorInfo**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.providerhub.models.TypedErrorInfo.TypedErrorInfo()"
|
|
fullName: "com.azure.resourcemanager.providerhub.models.TypedErrorInfo.TypedErrorInfo()"
|
|
name: "TypedErrorInfo()"
|
|
nameWithType: "TypedErrorInfo.TypedErrorInfo()"
|
|
summary: "Creates an instance of Typed<wbr>Error<wbr>Info class."
|
|
syntax: "public TypedErrorInfo()"
|
|
desc: "Creates an instance of TypedErrorInfo class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.providerhub.models.TypedErrorInfo.info()"
|
|
fullName: "com.azure.resourcemanager.providerhub.models.TypedErrorInfo.info()"
|
|
name: "info()"
|
|
nameWithType: "TypedErrorInfo.info()"
|
|
summary: "Get the info property: Any object."
|
|
syntax: "public Object info()"
|
|
desc: "Get the info property: Any object."
|
|
returns:
|
|
description: "the info value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
- uid: "com.azure.resourcemanager.providerhub.models.TypedErrorInfo.type()"
|
|
fullName: "com.azure.resourcemanager.providerhub.models.TypedErrorInfo.type()"
|
|
name: "type()"
|
|
nameWithType: "TypedErrorInfo.type()"
|
|
summary: "Get the type property: The type property."
|
|
syntax: "public String type()"
|
|
desc: "Get the type property: The type property."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.providerhub.models.TypedErrorInfo.validate()"
|
|
fullName: "com.azure.resourcemanager.providerhub.models.TypedErrorInfo.validate()"
|
|
name: "validate()"
|
|
nameWithType: "TypedErrorInfo.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.providerhub.models.TypedErrorInfo.withType(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.providerhub.models.TypedErrorInfo.withType(String type)"
|
|
name: "withType(String type)"
|
|
nameWithType: "TypedErrorInfo.withType(String type)"
|
|
summary: "Set the type property: The type property."
|
|
parameters:
|
|
- description: "the type value to set."
|
|
name: "type"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public TypedErrorInfo withType(String type)"
|
|
desc: "Set the type property: The type property."
|
|
returns:
|
|
description: "the TypedErrorInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.TypedErrorInfo?alt=com.azure.resourcemanager.providerhub.models.TypedErrorInfo&text=TypedErrorInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The TypedErrorInfo model."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.providerhub.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-providerhub:1.0.0
|