Class BasicInformation
- java.lang.Object
-
- com.azure.resourcemanager.edgeorder.models.BasicInformation
-
- Direct Known Subclasses:
CommonProperties
public class BasicInformation extends Object
Basic information for any product system.
-
-
Constructor Summary
Constructors Constructor Description BasicInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AvailabilityInformation
availabilityInformation()
Get the availabilityInformation property: Availability information of the product system.CostInformation
costInformation()
Get the costInformation property: Cost information for the product system.Description
description()
Get the description property: Description related to the product system.String
displayName()
Get the displayName property: Display Name for the product system.HierarchyInformation
hierarchyInformation()
Get the hierarchyInformation property: Hierarchy information of a product.List<ImageInformation>
imageInformation()
Get the imageInformation property: Image information for the product system.void
validate()
Validates the instance.
-
-
-
Method Detail
-
displayName
public String displayName()
Get the displayName property: Display Name for the product system.- Returns:
- the displayName value.
-
description
public Description description()
Get the description property: Description related to the product system.- Returns:
- the description value.
-
imageInformation
public List<ImageInformation> imageInformation()
Get the imageInformation property: Image information for the product system.- Returns:
- the imageInformation value.
-
costInformation
public CostInformation costInformation()
Get the costInformation property: Cost information for the product system.- Returns:
- the costInformation value.
-
availabilityInformation
public AvailabilityInformation availabilityInformation()
Get the availabilityInformation property: Availability information of the product system.- Returns:
- the availabilityInformation value.
-
hierarchyInformation
public HierarchyInformation hierarchyInformation()
Get the hierarchyInformation property: Hierarchy information of a product.- Returns:
- the hierarchyInformation value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-