BalancePropertiesAdjustmentDetailsItem Class
- java.
lang. Object - com.
azure. resourcemanager. consumption. models. BalancePropertiesAdjustmentDetailsItem
- com.
Implements
public final class BalancePropertiesAdjustmentDetailsItem
implements JsonSerializable<BalancePropertiesAdjustmentDetailsItem>
The BalancePropertiesAdjustmentDetailsItem model.
Constructor Summary
Constructor | Description |
---|---|
BalancePropertiesAdjustmentDetailsItem() |
Creates an instance of Balance |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Balance |
fromJson(JsonReader jsonReader)
Reads an instance of Balance |
String |
name()
Get the name property: the name of new adjustment. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Big |
value()
Get the value property: the value of new adjustment. |
Methods inherited from java.lang.Object
Constructor Details
BalancePropertiesAdjustmentDetailsItem
public BalancePropertiesAdjustmentDetailsItem()
Creates an instance of BalancePropertiesAdjustmentDetailsItem class.
Method Details
fromJson
public static BalancePropertiesAdjustmentDetailsItem fromJson(JsonReader jsonReader)
Reads an instance of BalancePropertiesAdjustmentDetailsItem from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: the name of new adjustment.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public BigDecimal value()
Get the value property: the value of new adjustment.
Returns:
Applies to
Azure SDK for Java