PriceSheetModel Class
- java.
lang. Object - com.
azure. resourcemanager. consumption. fluent. models. PriceSheetModel
- com.
Implements
public final class PriceSheetModel
implements JsonSerializable<PriceSheetModel>
price sheet result. It contains the pricesheet associated with billing period.
Constructor Summary
| Constructor | Description |
|---|---|
| PriceSheetModel() |
Creates an instance of Price |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Meter |
download()
Get the download property: Pricesheet download details. |
|
static
Price |
fromJson(JsonReader jsonReader)
Reads an instance of Price |
| String |
nextLink()
Get the next |
|
List<Price |
pricesheets()
Get the pricesheets property: Price sheet. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
PriceSheetModel
public PriceSheetModel()
Creates an instance of PriceSheetModel class.
Method Details
download
public MeterDetails download()
Get the download property: Pricesheet download details.
Returns:
fromJson
public static PriceSheetModel fromJson(JsonReader jsonReader)
Reads an instance of PriceSheetModel from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link (url) to the next page of results.
Returns:
pricesheets
public List<PriceSheetProperties> pricesheets()
Get the pricesheets property: Price sheet.
Returns:
toJson
validate
public void validate()
Validates the instance.