Class RecordSetListResult
- java.lang.Object
-
- com.azure.resourcemanager.privatedns.models.RecordSetListResult
-
public final class RecordSetListResult extends Object
The response to a record set list operation.
-
-
Constructor Summary
Constructors Constructor Description RecordSetListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The continuation token for the next page of results.voidvalidate()Validates the instance.List<RecordSetInner>value()Get the value property: Information about the record sets in the response.RecordSetListResultwithValue(List<RecordSetInner> value)Set the value property: Information about the record sets in the response.
-
-
-
Method Detail
-
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.
-
nextLink
public String nextLink()
Get the nextLink property: The continuation token for the next page of results.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-