RecordSetListResult Class
- java.
lang. Object - com.
azure. resourcemanager. dns. models. RecordSetListResult
- com.
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 Record |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Record |
fromJson(JsonReader jsonReader)
Reads an instance of Record |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Record |
value()
Get the value property: Information about the record sets in the response. |
|
Record |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The continuation token for the next page of results.
Returns:
toJson
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:
withValue
public RecordSetListResult withValue(List<RecordSetInner> value)
Set the value property: Information about the record sets in the response.
Parameters:
Returns: