BillingMeterDetails Class
- java.
lang. Object - com.
azure. resourcemanager. edgeorder. models. BillingMeterDetails
- com.
Implements
public final class BillingMeterDetails
implements JsonSerializable<BillingMeterDetails>
Holds billing meter details for each type of billing.
Constructor Summary
| Constructor | Description |
|---|---|
| BillingMeterDetails() |
Creates an instance of Billing |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
frequency()
Get the frequency property: Frequency of recurrence. |
|
static
Billing |
fromJson(JsonReader jsonReader)
Reads an instance of Billing |
|
Meter |
meterDetails()
Get the meter |
|
Metering |
meteringType()
Get the metering |
| String |
name()
Get the name property: Represents Billing type name. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
BillingMeterDetails
public BillingMeterDetails()
Creates an instance of BillingMeterDetails class.
Method Details
frequency
public String frequency()
Get the frequency property: Frequency of recurrence.
Returns:
fromJson
public static BillingMeterDetails fromJson(JsonReader jsonReader)
Reads an instance of BillingMeterDetails from the JsonReader.
Parameters:
Returns:
Throws:
meterDetails
public MeterDetails meterDetails()
Get the meterDetails property: Represents MeterDetails.
Returns:
meteringType
public MeteringType meteringType()
Get the meteringType property: Represents Metering type (eg one-time or recurrent).
Returns:
name
public String name()
Get the name property: Represents Billing type name.
Returns:
toJson
validate
public void validate()
Validates the instance.