MeterDetails Class
- java.
lang. Object - com.
azure. resourcemanager. edgeorder. models. MeterDetails
- com.
Implements
public class MeterDetails
implements JsonSerializable<MeterDetails>
Holds details about billing type and its meter guids.
Constructor Summary
| Constructor | Description |
|---|---|
| MeterDetails() |
Creates an instance of Meter |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Billing |
billingType()
Get the billing |
|
Charging |
chargingType()
Get the charging |
|
static
Meter |
fromJson(JsonReader jsonReader)
Reads an instance of Meter |
| Double |
multiplier()
Get the multiplier property: Billing unit applicable for Pav2 billing. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
MeterDetails
public MeterDetails()
Creates an instance of MeterDetails class.
Method Details
billingType
public BillingType billingType()
Get the billingType property: Represents billing type.
Returns:
chargingType
public ChargingType chargingType()
Get the chargingType property: Charging type.
Returns:
fromJson
public static MeterDetails fromJson(JsonReader jsonReader)
Reads an instance of MeterDetails from the JsonReader.
Parameters:
Returns:
Throws:
multiplier
public Double multiplier()
Get the multiplier property: Billing unit applicable for Pav2 billing.
Returns:
toJson
validate
public void validate()
Validates the instance.