Product Class
- java.
lang. Object - com.
azure. resourcemanager. edgeorder. models. Product
- com.
Implements
public final class Product
implements JsonSerializable<Product>
List of Products.
Constructor Summary
| Constructor | Description |
|---|---|
| Product() |
Creates an instance of Product class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Availability |
availabilityInformation()
Get the availability |
|
List<Configuration |
configurations()
Get the configurations property: List of configurations for the product. |
|
Cost |
costInformation()
Get the cost |
| Description |
description()
Get the description property: Description related to the product system. |
| String |
displayName()
Get the display |
|
List<Filterable |
filterableProperties()
Get the filterable |
| static Product |
fromJson(JsonReader jsonReader)
Reads an instance of Product from the Json |
|
Hierarchy |
hierarchyInformation()
Get the hierarchy |
|
List<Image |
imageInformation()
Get the image |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
Product
public Product()
Creates an instance of Product class.
Method Details
availabilityInformation
public AvailabilityInformation availabilityInformation()
Get the availabilityInformation property: Availability information of the product system.
Returns:
configurations
public List<ConfigurationInner> configurations()
Get the configurations property: List of configurations for the product.
Returns:
costInformation
public CostInformation costInformation()
Get the costInformation property: Cost information for the product system.
Returns:
description
public Description description()
Get the description property: Description related to the product system.
Returns:
displayName
public String displayName()
Get the displayName property: Display Name for the product system.
Returns:
filterableProperties
public List<FilterableProperty> filterableProperties()
Get the filterableProperties property: list of filters supported for a product.
Returns:
fromJson
public static Product fromJson(JsonReader jsonReader)
Reads an instance of Product from the JsonReader.
Parameters:
Returns:
Throws:
hierarchyInformation
public HierarchyInformation hierarchyInformation()
Get the hierarchyInformation property: Hierarchy information of a product.
Returns:
imageInformation
public List<ImageInformation> imageInformation()
Get the imageInformation property: Image information for the product system.
Returns:
toJson
validate
public void validate()
Validates the instance.