ProductFamilyInner Class

  • java.lang.Object
    • com.azure.resourcemanager.edgeorder.fluent.models.ProductFamilyInner

Implements

public final class ProductFamilyInner
implements JsonSerializable<ProductFamilyInner>

Product Family.

Constructor Summary

Constructor Description
ProductFamilyInner()

Creates an instance of ProductFamilyInner class.

Method Summary

Modifier and Type Method and 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.

List<FilterableProperty> filterableProperties()

Get the filterableProperties property: list of filters supported for a product.

static ProductFamilyInner fromJson(JsonReader jsonReader)

Reads an instance of ProductFamilyInner from the JsonReader.

HierarchyInformation hierarchyInformation()

Get the hierarchyInformation property: Hierarchy information of a product.

List<ImageInformation> imageInformation()

Get the imageInformation property: Image information for the product system.

List<ProductLine> productLines()

Get the productLines property: List of product lines supported in the product family.

List<ResourceProviderDetails> resourceProviderDetails()

Get the resourceProviderDetails property: Contains details related to resource provider.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ProductFamilyInner withResourceProviderDetails(List<ResourceProviderDetails> resourceProviderDetails)

Set the resourceProviderDetails property: Contains details related to resource provider.

Methods inherited from java.lang.Object

Constructor Details

ProductFamilyInner

public ProductFamilyInner()

Creates an instance of ProductFamilyInner class.

Method Details

availabilityInformation

public AvailabilityInformation availabilityInformation()

Get the availabilityInformation property: Availability information of the product system.

Returns:

the availabilityInformation value.

costInformation

public CostInformation costInformation()

Get the costInformation property: Cost information for the product system.

Returns:

the costInformation value.

description

public Description description()

Get the description property: Description related to the product system.

Returns:

the description value.

displayName

public String displayName()

Get the displayName property: Display Name for the product system.

Returns:

the displayName value.

filterableProperties

public List<FilterableProperty> filterableProperties()

Get the filterableProperties property: list of filters supported for a product.

Returns:

the filterableProperties value.

fromJson

public static ProductFamilyInner fromJson(JsonReader jsonReader)

Reads an instance of ProductFamilyInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ProductFamilyInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ProductFamilyInner.

hierarchyInformation

public HierarchyInformation hierarchyInformation()

Get the hierarchyInformation property: Hierarchy information of a product.

Returns:

the hierarchyInformation value.

imageInformation

public List<ImageInformation> imageInformation()

Get the imageInformation property: Image information for the product system.

Returns:

the imageInformation value.

productLines

public List<ProductLine> productLines()

Get the productLines property: List of product lines supported in the product family.

Returns:

the productLines value.

resourceProviderDetails

public List<ResourceProviderDetails> resourceProviderDetails()

Get the resourceProviderDetails property: Contains details related to resource provider.

Returns:

the resourceProviderDetails value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withResourceProviderDetails

public ProductFamilyInner withResourceProviderDetails(List<ResourceProviderDetails> resourceProviderDetails)

Set the resourceProviderDetails property: Contains details related to resource provider.

Parameters:

resourceProviderDetails - the resourceProviderDetails value to set.

Returns:

the ProductFamilyInner object itself.

Applies to