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

150 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo"
fullName: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo"
name: "ExtendedStatusInfo"
nameWithType: "ExtendedStatusInfo"
summary: "Extended status 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 **ExtendedStatusInfo**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.billing.models.ExtendedStatusInfo?alt=com.azure.resourcemanager.billing.models.ExtendedStatusInfo&text=ExtendedStatusInfo\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo.ExtendedStatusInfo()"
fullName: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo.ExtendedStatusInfo()"
name: "ExtendedStatusInfo()"
nameWithType: "ExtendedStatusInfo.ExtendedStatusInfo()"
summary: "Creates an instance of Extended<wbr>Status<wbr>Info class."
syntax: "public ExtendedStatusInfo()"
desc: "Creates an instance of ExtendedStatusInfo class."
methods:
- uid: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ExtendedStatusInfo.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Extended<wbr>Status<wbr>Info from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ExtendedStatusInfo fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the ExtendedStatusInfo."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ExtendedStatusInfo from the JsonReader."
returns:
description: "An instance of ExtendedStatusInfo if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.billing.models.ExtendedStatusInfo?alt=com.azure.resourcemanager.billing.models.ExtendedStatusInfo&text=ExtendedStatusInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo.message()"
fullName: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo.message()"
name: "message()"
nameWithType: "ExtendedStatusInfo.message()"
summary: "Get the message property: The message giving detailed information about the status code."
syntax: "public String message()"
desc: "Get the message property: The message giving detailed information about the status code."
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.billing.models.ExtendedStatusInfo.statusCode()"
fullName: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo.statusCode()"
name: "statusCode()"
nameWithType: "ExtendedStatusInfo.statusCode()"
summary: "Get the status<wbr>Code property: Status code providing additional information."
syntax: "public String statusCode()"
desc: "Get the statusCode property: Status code providing additional information."
returns:
description: "the statusCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo.subscriptionId()"
fullName: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo.subscriptionId()"
name: "subscriptionId()"
nameWithType: "ExtendedStatusInfo.subscriptionId()"
summary: "Get the subscription<wbr>Id property: The subscription that has failed credit line check."
syntax: "public String subscriptionId()"
desc: "Get the subscriptionId property: The subscription that has failed credit line check."
returns:
description: "the subscriptionId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ExtendedStatusInfo.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo.validate()"
fullName: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo.validate()"
name: "validate()"
nameWithType: "ExtendedStatusInfo.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo.withMessage(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo.withMessage(String message)"
name: "withMessage(String message)"
nameWithType: "ExtendedStatusInfo.withMessage(String message)"
summary: "Set the message property: The message giving detailed information about the status code."
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 ExtendedStatusInfo withMessage(String message)"
desc: "Set the message property: The message giving detailed information about the status code."
returns:
description: "the ExtendedStatusInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.ExtendedStatusInfo?alt=com.azure.resourcemanager.billing.models.ExtendedStatusInfo&text=ExtendedStatusInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo.withStatusCode(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo.withStatusCode(String statusCode)"
name: "withStatusCode(String statusCode)"
nameWithType: "ExtendedStatusInfo.withStatusCode(String statusCode)"
summary: "Set the status<wbr>Code property: Status code providing additional information."
parameters:
- description: "the statusCode value to set."
name: "statusCode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ExtendedStatusInfo withStatusCode(String statusCode)"
desc: "Set the statusCode property: Status code providing additional information."
returns:
description: "the ExtendedStatusInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.ExtendedStatusInfo?alt=com.azure.resourcemanager.billing.models.ExtendedStatusInfo&text=ExtendedStatusInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo.withSubscriptionId(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.ExtendedStatusInfo.withSubscriptionId(String subscriptionId)"
name: "withSubscriptionId(String subscriptionId)"
nameWithType: "ExtendedStatusInfo.withSubscriptionId(String subscriptionId)"
summary: "Set the subscription<wbr>Id property: The subscription that has failed credit line check."
parameters:
- description: "the subscriptionId value to set."
name: "subscriptionId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ExtendedStatusInfo withSubscriptionId(String subscriptionId)"
desc: "Set the subscriptionId property: The subscription that has failed credit line check."
returns:
description: "the ExtendedStatusInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.ExtendedStatusInfo?alt=com.azure.resourcemanager.billing.models.ExtendedStatusInfo&text=ExtendedStatusInfo\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Extended status information."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.billing.models.ExtendedStatusInfo?alt=com.azure.resourcemanager.billing.models.ExtendedStatusInfo&text=ExtendedStatusInfo\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0