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.

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.

Methods inherited from java.lang.Object

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.

Applies to