Class AdvisorsResultList
- java.lang.Object
-
- com.azure.resourcemanager.mysql.models.AdvisorsResultList
-
public final class AdvisorsResultList extends Object
A list of query statistics.
-
-
Constructor Summary
Constructors Constructor Description AdvisorsResultList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: Link to retrieve next page of results.voidvalidate()Validates the instance.List<AdvisorInner>value()Get the value property: The list of recommendation action advisors.
-
-
-
Method Detail
-
value
public List<AdvisorInner> value()
Get the value property: The list of recommendation action advisors.- Returns:
- the value value.
-
nextLink
public String nextLink()
Get the nextLink property: Link to retrieve next page of results.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-