Class PurchaseMeterDetails
- java.lang.Object
-
- com.azure.resourcemanager.edgeorder.models.MeterDetails
-
- com.azure.resourcemanager.edgeorder.models.PurchaseMeterDetails
-
public final class PurchaseMeterDetails extends MeterDetails
Billing type Purchase meter details.
-
-
Constructor Summary
Constructors Constructor Description PurchaseMeterDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
productId()
Get the productId property: Product Id.String
skuId()
Get the skuId property: Sku Id.String
termId()
Get the termId property: Term Id.void
validate()
Validates the instance.-
Methods inherited from class com.azure.resourcemanager.edgeorder.models.MeterDetails
chargingType, multiplier
-
-
-
-
Method Detail
-
productId
public String productId()
Get the productId property: Product Id.- Returns:
- the productId value.
-
skuId
public String skuId()
Get the skuId property: Sku Id.- Returns:
- the skuId value.
-
termId
public String termId()
Get the termId property: Term Id.- Returns:
- the termId value.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classMeterDetails
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-