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

198 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.TaxIdentifier"
fullName: "com.azure.resourcemanager.billing.models.TaxIdentifier"
name: "TaxIdentifier"
nameWithType: "TaxIdentifier"
summary: "A tax identifier for the billing account."
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 **TaxIdentifier**</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.TaxIdentifier?alt=com.azure.resourcemanager.billing.models.TaxIdentifier&text=TaxIdentifier\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.billing.models.TaxIdentifier.TaxIdentifier()"
fullName: "com.azure.resourcemanager.billing.models.TaxIdentifier.TaxIdentifier()"
name: "TaxIdentifier()"
nameWithType: "TaxIdentifier.TaxIdentifier()"
summary: "Creates an instance of Tax<wbr>Identifier class."
syntax: "public TaxIdentifier()"
desc: "Creates an instance of TaxIdentifier class."
methods:
- uid: "com.azure.resourcemanager.billing.models.TaxIdentifier.country()"
fullName: "com.azure.resourcemanager.billing.models.TaxIdentifier.country()"
name: "country()"
nameWithType: "TaxIdentifier.country()"
summary: "Get the country property: The country of the tax identifier."
syntax: "public String country()"
desc: "Get the country property: The country of the tax identifier."
returns:
description: "the country value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.TaxIdentifier.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.billing.models.TaxIdentifier.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "TaxIdentifier.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Tax<wbr>Identifier 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 TaxIdentifier fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the TaxIdentifier."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of TaxIdentifier from the JsonReader."
returns:
description: "An instance of TaxIdentifier 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.TaxIdentifier?alt=com.azure.resourcemanager.billing.models.TaxIdentifier&text=TaxIdentifier\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.TaxIdentifier.id()"
fullName: "com.azure.resourcemanager.billing.models.TaxIdentifier.id()"
name: "id()"
nameWithType: "TaxIdentifier.id()"
summary: "Get the id property: The id of the tax identifier."
syntax: "public String id()"
desc: "Get the id property: The id of the tax identifier."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.TaxIdentifier.scope()"
fullName: "com.azure.resourcemanager.billing.models.TaxIdentifier.scope()"
name: "scope()"
nameWithType: "TaxIdentifier.scope()"
summary: "Get the scope property: The scope of the tax identifier."
syntax: "public String scope()"
desc: "Get the scope property: The scope of the tax identifier."
returns:
description: "the scope value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.TaxIdentifier.status()"
fullName: "com.azure.resourcemanager.billing.models.TaxIdentifier.status()"
name: "status()"
nameWithType: "TaxIdentifier.status()"
summary: "Get the status property: The status of the tax identifier."
syntax: "public TaxIdentifierStatus status()"
desc: "Get the status property: The status of the tax identifier."
returns:
description: "the status value."
type: "<xref href=\"com.azure.resourcemanager.billing.models.TaxIdentifierStatus?alt=com.azure.resourcemanager.billing.models.TaxIdentifierStatus&text=TaxIdentifierStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.TaxIdentifier.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.billing.models.TaxIdentifier.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "TaxIdentifier.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.TaxIdentifier.type()"
fullName: "com.azure.resourcemanager.billing.models.TaxIdentifier.type()"
name: "type()"
nameWithType: "TaxIdentifier.type()"
summary: "Get the type property: The type of the tax identifier."
syntax: "public TaxIdentifierType type()"
desc: "Get the type property: The type of the tax identifier."
returns:
description: "the type value."
type: "<xref href=\"com.azure.resourcemanager.billing.models.TaxIdentifierType?alt=com.azure.resourcemanager.billing.models.TaxIdentifierType&text=TaxIdentifierType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.TaxIdentifier.validate()"
fullName: "com.azure.resourcemanager.billing.models.TaxIdentifier.validate()"
name: "validate()"
nameWithType: "TaxIdentifier.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.billing.models.TaxIdentifier.withCountry(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.TaxIdentifier.withCountry(String country)"
name: "withCountry(String country)"
nameWithType: "TaxIdentifier.withCountry(String country)"
summary: "Set the country property: The country of the tax identifier."
parameters:
- description: "the country value to set."
name: "country"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TaxIdentifier withCountry(String country)"
desc: "Set the country property: The country of the tax identifier."
returns:
description: "the TaxIdentifier object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.TaxIdentifier?alt=com.azure.resourcemanager.billing.models.TaxIdentifier&text=TaxIdentifier\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.TaxIdentifier.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.TaxIdentifier.withId(String id)"
name: "withId(String id)"
nameWithType: "TaxIdentifier.withId(String id)"
summary: "Set the id property: The id of the tax identifier."
parameters:
- description: "the id value to set."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TaxIdentifier withId(String id)"
desc: "Set the id property: The id of the tax identifier."
returns:
description: "the TaxIdentifier object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.TaxIdentifier?alt=com.azure.resourcemanager.billing.models.TaxIdentifier&text=TaxIdentifier\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.TaxIdentifier.withScope(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.TaxIdentifier.withScope(String scope)"
name: "withScope(String scope)"
nameWithType: "TaxIdentifier.withScope(String scope)"
summary: "Set the scope property: The scope of the tax identifier."
parameters:
- description: "the scope value to set."
name: "scope"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TaxIdentifier withScope(String scope)"
desc: "Set the scope property: The scope of the tax identifier."
returns:
description: "the TaxIdentifier object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.TaxIdentifier?alt=com.azure.resourcemanager.billing.models.TaxIdentifier&text=TaxIdentifier\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.TaxIdentifier.withStatus(com.azure.resourcemanager.billing.models.TaxIdentifierStatus)"
fullName: "com.azure.resourcemanager.billing.models.TaxIdentifier.withStatus(TaxIdentifierStatus status)"
name: "withStatus(TaxIdentifierStatus status)"
nameWithType: "TaxIdentifier.withStatus(TaxIdentifierStatus status)"
summary: "Set the status property: The status of the tax identifier."
parameters:
- description: "the status value to set."
name: "status"
type: "<xref href=\"com.azure.resourcemanager.billing.models.TaxIdentifierStatus?alt=com.azure.resourcemanager.billing.models.TaxIdentifierStatus&text=TaxIdentifierStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TaxIdentifier withStatus(TaxIdentifierStatus status)"
desc: "Set the status property: The status of the tax identifier."
returns:
description: "the TaxIdentifier object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.TaxIdentifier?alt=com.azure.resourcemanager.billing.models.TaxIdentifier&text=TaxIdentifier\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.TaxIdentifier.withType(com.azure.resourcemanager.billing.models.TaxIdentifierType)"
fullName: "com.azure.resourcemanager.billing.models.TaxIdentifier.withType(TaxIdentifierType type)"
name: "withType(TaxIdentifierType type)"
nameWithType: "TaxIdentifier.withType(TaxIdentifierType type)"
summary: "Set the type property: The type of the tax identifier."
parameters:
- description: "the type value to set."
name: "type"
type: "<xref href=\"com.azure.resourcemanager.billing.models.TaxIdentifierType?alt=com.azure.resourcemanager.billing.models.TaxIdentifierType&text=TaxIdentifierType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TaxIdentifier withType(TaxIdentifierType type)"
desc: "Set the type property: The type of the tax identifier."
returns:
description: "the TaxIdentifier object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.TaxIdentifier?alt=com.azure.resourcemanager.billing.models.TaxIdentifier&text=TaxIdentifier\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A tax identifier for the billing account."
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.TaxIdentifier?alt=com.azure.resourcemanager.billing.models.TaxIdentifier&text=TaxIdentifier\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0