Class ZoneListResult
- java.lang.Object
-
- com.azure.resourcemanager.dns.models.ZoneListResult
-
public final class ZoneListResult extends Object
The response to a Zone List or ListAll operation.
-
-
Constructor Summary
Constructors Constructor Description ZoneListResult()
-
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<ZoneInner>value()Get the value property: Information about the DNS zones.ZoneListResultwithValue(List<ZoneInner> value)Set the value property: Information about the DNS zones.
-
-
-
Method Detail
-
value
public List<ZoneInner> value()
Get the value property: Information about the DNS zones.- Returns:
- the value value.
-
withValue
public ZoneListResult withValue(List<ZoneInner> value)
Set the value property: Information about the DNS zones.- Parameters:
value- the value value to set.- Returns:
- the ZoneListResult 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.
-
-