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

117 строки
8.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo"
fullName: "com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo"
name: "VaultJobErrorInfo"
nameWithType: "VaultJobErrorInfo"
summary: "Vault Job specific error 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 **VaultJobErrorInfo**"
constructors:
- uid: "com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo.VaultJobErrorInfo()"
fullName: "com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo.VaultJobErrorInfo()"
name: "VaultJobErrorInfo()"
nameWithType: "VaultJobErrorInfo.VaultJobErrorInfo()"
summary: "Creates an instance of Vault<wbr>Job<wbr>Error<wbr>Info class."
syntax: "public VaultJobErrorInfo()"
desc: "Creates an instance of VaultJobErrorInfo class."
methods:
- uid: "com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo.errorCode()"
fullName: "com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo.errorCode()"
name: "errorCode()"
nameWithType: "VaultJobErrorInfo.errorCode()"
summary: "Get the error<wbr>Code property: Error code."
syntax: "public Integer errorCode()"
desc: "Get the errorCode property: Error code."
returns:
description: "the errorCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo.errorString()"
fullName: "com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo.errorString()"
name: "errorString()"
nameWithType: "VaultJobErrorInfo.errorString()"
summary: "Get the error<wbr>String property: Localized error string."
syntax: "public String errorString()"
desc: "Get the errorString property: Localized error string."
returns:
description: "the errorString value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo.recommendations()"
fullName: "com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo.recommendations()"
name: "recommendations()"
nameWithType: "VaultJobErrorInfo.recommendations()"
summary: "Get the recommendations property: List of localized recommendations for above error code."
syntax: "public List<String> recommendations()"
desc: "Get the recommendations property: List of localized recommendations for above error code."
returns:
description: "the recommendations value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo.validate()"
fullName: "com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo.validate()"
name: "validate()"
nameWithType: "VaultJobErrorInfo.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo.withErrorCode(java.lang.Integer)"
fullName: "com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo.withErrorCode(Integer errorCode)"
name: "withErrorCode(Integer errorCode)"
nameWithType: "VaultJobErrorInfo.withErrorCode(Integer errorCode)"
summary: "Set the error<wbr>Code property: Error code."
parameters:
- description: "the errorCode value to set."
name: "errorCode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public VaultJobErrorInfo withErrorCode(Integer errorCode)"
desc: "Set the errorCode property: Error code."
returns:
description: "the VaultJobErrorInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo?alt=com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo&text=VaultJobErrorInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo.withErrorString(java.lang.String)"
fullName: "com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo.withErrorString(String errorString)"
name: "withErrorString(String errorString)"
nameWithType: "VaultJobErrorInfo.withErrorString(String errorString)"
summary: "Set the error<wbr>String property: Localized error string."
parameters:
- description: "the errorString value to set."
name: "errorString"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public VaultJobErrorInfo withErrorString(String errorString)"
desc: "Set the errorString property: Localized error string."
returns:
description: "the VaultJobErrorInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo?alt=com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo&text=VaultJobErrorInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo.withRecommendations(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo.withRecommendations(List<String> recommendations)"
name: "withRecommendations(List<String> recommendations)"
nameWithType: "VaultJobErrorInfo.withRecommendations(List<String> recommendations)"
summary: "Set the recommendations property: List of localized recommendations for above error code."
parameters:
- description: "the recommendations value to set."
name: "recommendations"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public VaultJobErrorInfo withRecommendations(List<String> recommendations)"
desc: "Set the recommendations property: List of localized recommendations for above error code."
returns:
description: "the VaultJobErrorInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo?alt=com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo&text=VaultJobErrorInfo\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Vault Job specific error information."
metadata: {}
package: "com.azure.resourcemanager.recoveryservicesbackup.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-recoveryservicesbackup:1.4.0