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

141 строка
9.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo"
fullName: "com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo"
name: "ValidationErrorInfo"
nameWithType: "ValidationErrorInfo"
summary: "The validation 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 **ValidationErrorInfo**"
constructors:
- uid: "com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo.ValidationErrorInfo()"
fullName: "com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo.ValidationErrorInfo()"
name: "ValidationErrorInfo()"
nameWithType: "ValidationErrorInfo.ValidationErrorInfo()"
summary: "Creates an instance of Validation<wbr>Error<wbr>Info class."
syntax: "public ValidationErrorInfo()"
desc: "Creates an instance of ValidationErrorInfo class."
methods:
- uid: "com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo.code()"
fullName: "com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo.code()"
name: "code()"
nameWithType: "ValidationErrorInfo.code()"
summary: "Get the code property: The error code."
syntax: "public String code()"
desc: "Get the code property: The error code."
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.hdinsight.models.ValidationErrorInfo.errorResource()"
fullName: "com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo.errorResource()"
name: "errorResource()"
nameWithType: "ValidationErrorInfo.errorResource()"
summary: "Get the error<wbr>Resource property: The error resource."
syntax: "public String errorResource()"
desc: "Get the errorResource property: The error resource."
returns:
description: "the errorResource value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo.message()"
fullName: "com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo.message()"
name: "message()"
nameWithType: "ValidationErrorInfo.message()"
summary: "Get the message property: The error message."
syntax: "public String message()"
desc: "Get the message property: The error message."
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.hdinsight.models.ValidationErrorInfo.messageArguments()"
fullName: "com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo.messageArguments()"
name: "messageArguments()"
nameWithType: "ValidationErrorInfo.messageArguments()"
summary: "Get the message<wbr>Arguments property: The message arguments."
syntax: "public List<String> messageArguments()"
desc: "Get the messageArguments property: The message arguments."
returns:
description: "the messageArguments 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.hdinsight.models.ValidationErrorInfo.validate()"
fullName: "com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo.validate()"
name: "validate()"
nameWithType: "ValidationErrorInfo.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo.withCode(java.lang.String)"
fullName: "com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo.withCode(String code)"
name: "withCode(String code)"
nameWithType: "ValidationErrorInfo.withCode(String code)"
summary: "Set the code property: The error code."
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 ValidationErrorInfo withCode(String code)"
desc: "Set the code property: The error code."
returns:
description: "the ValidationErrorInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo?alt=com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo&text=ValidationErrorInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo.withErrorResource(java.lang.String)"
fullName: "com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo.withErrorResource(String errorResource)"
name: "withErrorResource(String errorResource)"
nameWithType: "ValidationErrorInfo.withErrorResource(String errorResource)"
summary: "Set the error<wbr>Resource property: The error resource."
parameters:
- description: "the errorResource value to set."
name: "errorResource"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ValidationErrorInfo withErrorResource(String errorResource)"
desc: "Set the errorResource property: The error resource."
returns:
description: "the ValidationErrorInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo?alt=com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo&text=ValidationErrorInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo.withMessage(java.lang.String)"
fullName: "com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo.withMessage(String message)"
name: "withMessage(String message)"
nameWithType: "ValidationErrorInfo.withMessage(String message)"
summary: "Set the message property: The error message."
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 ValidationErrorInfo withMessage(String message)"
desc: "Set the message property: The error message."
returns:
description: "the ValidationErrorInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo?alt=com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo&text=ValidationErrorInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo.withMessageArguments(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo.withMessageArguments(List<String> messageArguments)"
name: "withMessageArguments(List<String> messageArguments)"
nameWithType: "ValidationErrorInfo.withMessageArguments(List<String> messageArguments)"
summary: "Set the message<wbr>Arguments property: The message arguments."
parameters:
- description: "the messageArguments value to set."
name: "messageArguments"
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 ValidationErrorInfo withMessageArguments(List<String> messageArguments)"
desc: "Set the messageArguments property: The message arguments."
returns:
description: "the ValidationErrorInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo?alt=com.azure.resourcemanager.hdinsight.models.ValidationErrorInfo&text=ValidationErrorInfo\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The validation error information."
metadata: {}
package: "com.azure.resourcemanager.hdinsight.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-hdinsight:1.0.0