Amount Class

  • java.lang.Object
    • com.azure.resourcemanager.consumption.models.Amount

public class Amount

The amount plus currency .

Constructor Summary

Constructor Description
Amount()

Method Summary

Modifier and Type Method and Description
String currency()

Get the currency property: Amount currency.

void validate()

Validates the instance.

BigDecimal value()

Get the value property: Amount.

Methods inherited from java.lang.Object

Constructor Details

Amount

public Amount()

Method Details

currency

public String currency()

Get the currency property: Amount currency.

Returns:

the currency value.

validate

public void validate()

Validates the instance.

value

public BigDecimal value()

Get the value property: Amount.

Returns:

the value value.

Applies to