ChargesListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.consumption.fluent.models.ChargesListResultInner

Implements

public final class ChargesListResultInner
implements JsonSerializable<ChargesListResultInner>

Result of listing charge summary.

Constructor Summary

Constructor Description
ChargesListResultInner()

Creates an instance of ChargesListResultInner class.

Method Summary

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

Reads an instance of ChargesListResultInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ChargeSummary> value()

Get the value property: The list of charge summary.

Methods inherited from java.lang.Object

Constructor Details

ChargesListResultInner

public ChargesListResultInner()

Creates an instance of ChargesListResultInner class.

Method Details

fromJson

public static ChargesListResultInner fromJson(JsonReader jsonReader)

Reads an instance of ChargesListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of charge summary.

Returns:

the value value.

Applies to