ConfigurationInner Class

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

Implements

public final class ConfigurationInner
implements JsonSerializable<ConfigurationInner>

Configuration object.

Constructor Summary

Constructor Description
ConfigurationInner()

Creates an instance of ConfigurationInner 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.

Dimensions dimensions()

Get the dimensions property: Dimensions of the configuration.

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 ConfigurationInner fromJson(JsonReader jsonReader)

Reads an instance of ConfigurationInner 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<Specification> specifications()

Get the specifications property: Specifications of the configuration.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ConfigurationInner

public ConfigurationInner()

Creates an instance of ConfigurationInner 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.

dimensions

public Dimensions dimensions()

Get the dimensions property: Dimensions of the configuration.

Returns:

the dimensions 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 ConfigurationInner fromJson(JsonReader jsonReader)

Reads an instance of ConfigurationInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ConfigurationInner 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 ConfigurationInner.

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.

specifications

public List<Specification> specifications()

Get the specifications property: Specifications of the configuration.

Returns:

the specifications value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to