CostInformation Class

  • java.lang.Object
    • com.azure.resourcemanager.edgeorder.models.CostInformation

Implements

public final class CostInformation
implements JsonSerializable<CostInformation>

Cost information for the product system.

Constructor Summary

Constructor Description
CostInformation()

Creates an instance of CostInformation class.

Method Summary

Modifier and Type Method and Description
String billingInfoUrl()

Get the billingInfoUrl property: Default url to display billing information.

List<BillingMeterDetails> billingMeterDetails()

Get the billingMeterDetails property: Details on the various billing aspects for the product system.

static CostInformation fromJson(JsonReader jsonReader)

Reads an instance of CostInformation from the JsonReader.

JsonWriter 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:

the billingInfoUrl value.

billingMeterDetails

public List<BillingMeterDetails> billingMeterDetails()

Get the billingMeterDetails property: Details on the various billing aspects for the product system.

Returns:

the billingMeterDetails value.

fromJson

public static CostInformation fromJson(JsonReader jsonReader)

Reads an instance of CostInformation from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CostInformation if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the CostInformation.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to