ProductLine Class
- java.
lang. Object - com.
azure. resourcemanager. edgeorder. models. ProductLine
- com.
Implements
public final class ProductLine
implements JsonSerializable<ProductLine>
Product line.
Constructor Summary
| Constructor | Description |
|---|---|
| ProductLine() |
Creates an instance of Product |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Availability |
availabilityInformation()
Get the availability |
|
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 |
|
Hierarchy |
hierarchyInformation()
Get the hierarchy |
|
List<Image |
imageInformation()
Get the image |
| List<Product> |
products()
Get the products property: List of products in the product line. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ProductLine
public ProductLine()
Creates an instance of ProductLine class.
Method Details
availabilityInformation
public AvailabilityInformation availabilityInformation()
Get the availabilityInformation property: Availability information of the product system.
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 ProductLine fromJson(JsonReader jsonReader)
Reads an instance of ProductLine 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:
products
public List<Product> products()
Get the products property: List of products in the product line.
Returns:
toJson
validate
public void validate()
Validates the instance.