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

150 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty"
name: "SavingsPlanValidResponseProperty"
nameWithType: "SavingsPlanValidResponseProperty"
summary: "Benefit scope response property."
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 **SavingsPlanValidResponseProperty**</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.SavingsPlanValidResponseProperty?alt=com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty&text=SavingsPlanValidResponseProperty\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty.SavingsPlanValidResponseProperty()"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty.SavingsPlanValidResponseProperty()"
name: "SavingsPlanValidResponseProperty()"
nameWithType: "SavingsPlanValidResponseProperty.SavingsPlanValidResponseProperty()"
summary: "Creates an instance of Savings<wbr>Plan<wbr>Valid<wbr>Response<wbr>Property class."
syntax: "public SavingsPlanValidResponseProperty()"
desc: "Creates an instance of SavingsPlanValidResponseProperty class."
methods:
- uid: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "SavingsPlanValidResponseProperty.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Savings<wbr>Plan<wbr>Valid<wbr>Response<wbr>Property 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 SavingsPlanValidResponseProperty fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the SavingsPlanValidResponseProperty."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of SavingsPlanValidResponseProperty from the JsonReader."
returns:
description: "An instance of SavingsPlanValidResponseProperty if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty?alt=com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty&text=SavingsPlanValidResponseProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty.reason()"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty.reason()"
name: "reason()"
nameWithType: "SavingsPlanValidResponseProperty.reason()"
summary: "Get the reason property: Failure reason if the provided input is invalid."
syntax: "public String reason()"
desc: "Get the reason property: Failure reason if the provided input is invalid."
returns:
description: "the reason value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty.reasonCode()"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty.reasonCode()"
name: "reasonCode()"
nameWithType: "SavingsPlanValidResponseProperty.reasonCode()"
summary: "Get the reason<wbr>Code property: Failure reason code if the provided input is invalid."
syntax: "public String reasonCode()"
desc: "Get the reasonCode property: Failure reason code if the provided input is invalid."
returns:
description: "the reasonCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "SavingsPlanValidResponseProperty.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.SavingsPlanValidResponseProperty.valid()"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty.valid()"
name: "valid()"
nameWithType: "SavingsPlanValidResponseProperty.valid()"
summary: "Get the valid property: Indicates if the provided input is valid."
syntax: "public Boolean valid()"
desc: "Get the valid property: Indicates if the provided input is valid."
returns:
description: "the valid value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty.validate()"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty.validate()"
name: "validate()"
nameWithType: "SavingsPlanValidResponseProperty.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty.withReason(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty.withReason(String reason)"
name: "withReason(String reason)"
nameWithType: "SavingsPlanValidResponseProperty.withReason(String reason)"
summary: "Set the reason property: Failure reason if the provided input is invalid."
parameters:
- description: "the reason value to set."
name: "reason"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SavingsPlanValidResponseProperty withReason(String reason)"
desc: "Set the reason property: Failure reason if the provided input is invalid."
returns:
description: "the SavingsPlanValidResponseProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty?alt=com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty&text=SavingsPlanValidResponseProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty.withReasonCode(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty.withReasonCode(String reasonCode)"
name: "withReasonCode(String reasonCode)"
nameWithType: "SavingsPlanValidResponseProperty.withReasonCode(String reasonCode)"
summary: "Set the reason<wbr>Code property: Failure reason code if the provided input is invalid."
parameters:
- description: "the reasonCode value to set."
name: "reasonCode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SavingsPlanValidResponseProperty withReasonCode(String reasonCode)"
desc: "Set the reasonCode property: Failure reason code if the provided input is invalid."
returns:
description: "the SavingsPlanValidResponseProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty?alt=com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty&text=SavingsPlanValidResponseProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty.withValid(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty.withValid(Boolean valid)"
name: "withValid(Boolean valid)"
nameWithType: "SavingsPlanValidResponseProperty.withValid(Boolean valid)"
summary: "Set the valid property: Indicates if the provided input is valid."
parameters:
- description: "the valid value to set."
name: "valid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public SavingsPlanValidResponseProperty withValid(Boolean valid)"
desc: "Set the valid property: Indicates if the provided input is valid."
returns:
description: "the SavingsPlanValidResponseProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty?alt=com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty&text=SavingsPlanValidResponseProperty\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Benefit scope response property."
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.SavingsPlanValidResponseProperty?alt=com.azure.resourcemanager.billing.models.SavingsPlanValidResponseProperty&text=SavingsPlanValidResponseProperty\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0