PricingListInner Class

  • java.lang.Object
    • com.azure.resourcemanager.security.fluent.models.PricingListInner

Implements

public final class PricingListInner
implements JsonSerializable<PricingListInner>

List of pricing configurations response.

Constructor Summary

Constructor Description
PricingListInner()

Creates an instance of PricingListInner class.

Method Summary

Modifier and Type Method and Description
static PricingListInner fromJson(JsonReader jsonReader)

Reads an instance of PricingListInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<PricingInner> value()

Get the value property: List of pricing configurations.

PricingListInner withValue(List<PricingInner> value)

Set the value property: List of pricing configurations.

Methods inherited from java.lang.Object

Constructor Details

PricingListInner

public PricingListInner()

Creates an instance of PricingListInner class.

Method Details

fromJson

public static PricingListInner fromJson(JsonReader jsonReader)

Reads an instance of PricingListInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<PricingInner> value()

Get the value property: List of pricing configurations.

Returns:

the value value.

withValue

public PricingListInner withValue(List<PricingInner> value)

Set the value property: List of pricing configurations.

Parameters:

value - the value value to set.

Returns:

the PricingListInner object itself.

Applies to