PriceSheetResultInner Class

public final class PriceSheetResultInner
extends ProxyResource

An pricesheet resource.

Constructor Summary

Constructor Description
PriceSheetResultInner()

Creates an instance of PriceSheetResultInner class.

Method Summary

Modifier and Type Method and Description
MeterDetails download()

Get the download property: Pricesheet download details.

String etag()

Get the etag property: The etag for the resource.

static PriceSheetResultInner fromJson(JsonReader jsonReader)

Reads an instance of PriceSheetResultInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

String nextLink()

Get the nextLink property: The link (url) to the next page of results.

List<PriceSheetProperties> pricesheets()

Get the pricesheets property: Price sheet.

Map<String,String> tags()

Get the tags property: Resource tags.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

PriceSheetResultInner

public PriceSheetResultInner()

Creates an instance of PriceSheetResultInner class.

Method Details

download

public MeterDetails download()

Get the download property: Pricesheet download details.

Returns:

the download value.

etag

public String etag()

Get the etag property: The etag for the resource.

Returns:

the etag value.

fromJson

public static PriceSheetResultInner fromJson(JsonReader jsonReader)

Reads an instance of PriceSheetResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

PriceSheetResultInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

PriceSheetResultInner.name()

Returns:

the name value.

nextLink

public String nextLink()

Get the nextLink property: The link (url) to the next page of results.

Returns:

the nextLink value.

pricesheets

public List<PriceSheetProperties> pricesheets()

Get the pricesheets property: Price sheet.

Returns:

the pricesheets value.

tags

public Map<String,String> tags()

Get the tags property: Resource tags.

Returns:

the tags value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

PriceSheetResultInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

PriceSheetResultInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to