SkuCost Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. SkuCost
- com.
Implements
public final class SkuCost
implements JsonSerializable<SkuCost>
Describes metadata for retrieving price info.
Constructor Summary
| Constructor | Description |
|---|---|
| SkuCost() |
Creates an instance of Sku |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sku |
fromJson(JsonReader jsonReader)
Reads an instance of Sku |
| String |
meterId()
Get the meter |
| String |
meterType()
Get the meter |
| Double |
multiplier()
Get the multiplier property: Multiplier specifies the region specific value to be multiplied with 1$ guid. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
SkuCost
public SkuCost()
Creates an instance of SkuCost class.
Method Details
fromJson
public static SkuCost fromJson(JsonReader jsonReader)
Reads an instance of SkuCost from the JsonReader.
Parameters:
Returns:
Throws:
meterId
public String meterId()
Get the meterId property: Meter id of the Sku.
Returns:
meterType
public String meterType()
Get the meterType property: The type of the meter.
Returns:
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:
toJson
validate
public void validate()
Validates the instance.