CostInformation Class
- java.
lang. Object - com.
azure. resourcemanager. edgeorder. models. CostInformation
- com.
Implements
public final class CostInformation
implements JsonSerializable<CostInformation>
Cost information for the product system.
Constructor Summary
| Constructor | Description |
|---|---|
| CostInformation() |
Creates an instance of Cost |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
billingInfoUrl()
Get the billing |
|
List<Billing |
billingMeterDetails()
Get the billing |
|
static
Cost |
fromJson(JsonReader jsonReader)
Reads an instance of Cost |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
CostInformation
public CostInformation()
Creates an instance of CostInformation class.
Method Details
billingInfoUrl
public String billingInfoUrl()
Get the billingInfoUrl property: Default url to display billing information.
Returns:
billingMeterDetails
public List<BillingMeterDetails> billingMeterDetails()
Get the billingMeterDetails property: Details on the various billing aspects for the product system.
Returns:
fromJson
public static CostInformation fromJson(JsonReader jsonReader)
Reads an instance of CostInformation from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.