java.lang.Object
com.azure.resourcemanager.databox.models.SkuCost

public final class SkuCost extends Object
Describes metadata for retrieving price info.
  • Constructor Details

    • SkuCost

      public SkuCost()
      Creates an instance of SkuCost class.
  • Method Details

    • meterId

      public String meterId()
      Get the meterId property: Meter id of the Sku.
      Returns:
      the meterId value.
    • meterType

      public String meterType()
      Get the meterType property: The type of the meter.
      Returns:
      the meterType value.
    • multiplier

      public Double multiplier()
      Get the multiplier property: Multiplier specifies the region specific value to be multiplied with 1$ guid. Eg: Our new regions will be using 1$ shipping guid with appropriate multiplier specific to region.
      Returns:
      the multiplier value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.