LabServicesSkuCost Class
- java.
lang. Object - com.
azure. resourcemanager. labservices. models. LabServicesSkuCost
- com.
Implements
public final class LabServicesSkuCost
implements JsonSerializable<LabServicesSkuCost>
The array of costs of a lab services SKU.
Constructor Summary
| Constructor | Description |
|---|---|
| LabServicesSkuCost() |
Creates an instance of Lab |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
extendedUnit()
Get the extended |
|
static
Lab |
fromJson(JsonReader jsonReader)
Reads an instance of Lab |
| String |
meterId()
Get the meter |
| Float |
quantity()
Get the quantity property: The quantity of units charged. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
LabServicesSkuCost
public LabServicesSkuCost()
Creates an instance of LabServicesSkuCost class.
Method Details
extendedUnit
public String extendedUnit()
Get the extendedUnit property: The extended unit.
Returns:
fromJson
public static LabServicesSkuCost fromJson(JsonReader jsonReader)
Reads an instance of LabServicesSkuCost from the JsonReader.
Parameters:
Returns:
Throws:
meterId
public String meterId()
Get the meterId property: The meter id.
Returns:
quantity
public Float quantity()
Get the quantity property: The quantity of units charged.
Returns:
toJson
validate
public void validate()
Validates the instance.