RecordSetListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.dns.models.RecordSetListResult

Implements

public final class RecordSetListResult
implements JsonSerializable<RecordSetListResult>

The response to a record set List operation.

Constructor Summary

Constructor Description
RecordSetListResult()

Creates an instance of RecordSetListResult class.

Method Summary

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

Reads an instance of RecordSetListResult from the JsonReader.

String nextLink()

Get the nextLink property: The continuation token for the next page of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<RecordSetInner> value()

Get the value property: Information about the record sets in the response.

RecordSetListResult withValue(List<RecordSetInner> value)

Set the value property: Information about the record sets in the response.

Methods inherited from java.lang.Object

Constructor Details

RecordSetListResult

public RecordSetListResult()

Creates an instance of RecordSetListResult class.

Method Details

fromJson

public static RecordSetListResult fromJson(JsonReader jsonReader)

Reads an instance of RecordSetListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: The continuation token for the next page of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<RecordSetInner> value()

Get the value property: Information about the record sets in the response.

Returns:

the value value.

withValue

public RecordSetListResult withValue(List<RecordSetInner> value)

Set the value property: Information about the record sets in the response.

Parameters:

value - the value value to set.

Returns:

the RecordSetListResult object itself.

Applies to