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

117 строки
6.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.storagemover.models.JobRunError"
fullName: "com.azure.resourcemanager.storagemover.models.JobRunError"
name: "JobRunError"
nameWithType: "JobRunError"
summary: "Error type."
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 **JobRunError**"
constructors:
- uid: "com.azure.resourcemanager.storagemover.models.JobRunError.JobRunError()"
fullName: "com.azure.resourcemanager.storagemover.models.JobRunError.JobRunError()"
name: "JobRunError()"
nameWithType: "JobRunError.JobRunError()"
summary: "Creates an instance of Job<wbr>Run<wbr>Error class."
syntax: "public JobRunError()"
desc: "Creates an instance of JobRunError class."
methods:
- uid: "com.azure.resourcemanager.storagemover.models.JobRunError.code()"
fullName: "com.azure.resourcemanager.storagemover.models.JobRunError.code()"
name: "code()"
nameWithType: "JobRunError.code()"
summary: "Get the code property: Error code of the given entry."
syntax: "public String code()"
desc: "Get the code property: Error code of the given entry."
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.storagemover.models.JobRunError.message()"
fullName: "com.azure.resourcemanager.storagemover.models.JobRunError.message()"
name: "message()"
nameWithType: "JobRunError.message()"
summary: "Get the message property: Error message of the given entry."
syntax: "public String message()"
desc: "Get the message property: Error message of the given entry."
returns:
description: "the message value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storagemover.models.JobRunError.target()"
fullName: "com.azure.resourcemanager.storagemover.models.JobRunError.target()"
name: "target()"
nameWithType: "JobRunError.target()"
summary: "Get the target property: Target of the given error entry."
syntax: "public String target()"
desc: "Get the target property: Target of the given error entry."
returns:
description: "the target value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storagemover.models.JobRunError.validate()"
fullName: "com.azure.resourcemanager.storagemover.models.JobRunError.validate()"
name: "validate()"
nameWithType: "JobRunError.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.storagemover.models.JobRunError.withCode(java.lang.String)"
fullName: "com.azure.resourcemanager.storagemover.models.JobRunError.withCode(String code)"
name: "withCode(String code)"
nameWithType: "JobRunError.withCode(String code)"
summary: "Set the code property: Error code of the given entry."
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 JobRunError withCode(String code)"
desc: "Set the code property: Error code of the given entry."
returns:
description: "the JobRunError object itself."
type: "<xref href=\"com.azure.resourcemanager.storagemover.models.JobRunError?alt=com.azure.resourcemanager.storagemover.models.JobRunError&text=JobRunError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storagemover.models.JobRunError.withMessage(java.lang.String)"
fullName: "com.azure.resourcemanager.storagemover.models.JobRunError.withMessage(String message)"
name: "withMessage(String message)"
nameWithType: "JobRunError.withMessage(String message)"
summary: "Set the message property: Error message of the given entry."
parameters:
- description: "the message value to set."
name: "message"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobRunError withMessage(String message)"
desc: "Set the message property: Error message of the given entry."
returns:
description: "the JobRunError object itself."
type: "<xref href=\"com.azure.resourcemanager.storagemover.models.JobRunError?alt=com.azure.resourcemanager.storagemover.models.JobRunError&text=JobRunError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storagemover.models.JobRunError.withTarget(java.lang.String)"
fullName: "com.azure.resourcemanager.storagemover.models.JobRunError.withTarget(String target)"
name: "withTarget(String target)"
nameWithType: "JobRunError.withTarget(String target)"
summary: "Set the target property: Target of the given error entry."
parameters:
- description: "the target value to set."
name: "target"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobRunError withTarget(String target)"
desc: "Set the target property: Target of the given error entry."
returns:
description: "the JobRunError object itself."
type: "<xref href=\"com.azure.resourcemanager.storagemover.models.JobRunError?alt=com.azure.resourcemanager.storagemover.models.JobRunError&text=JobRunError\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Error type."
metadata: {}
package: "com.azure.resourcemanager.storagemover.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-storagemover:1.0.0