Class UsagesListResult
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.UsagesListResult
-
public final class UsagesListResult extends Object
The list usages operation response.
-
-
Constructor Summary
Constructors Constructor Description UsagesListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: URL to get the next set of results.voidvalidate()Validates the instance.List<UsageInner>value()Get the value property: The list of resource usages.UsagesListResultwithNextLink(String nextLink)Set the nextLink property: URL to get the next set of results.UsagesListResultwithValue(List<UsageInner> value)Set the value property: The list of resource usages.
-
-
-
Method Detail
-
value
public List<UsageInner> value()
Get the value property: The list of resource usages.- Returns:
- the value value.
-
withValue
public UsagesListResult withValue(List<UsageInner> value)
Set the value property: The list of resource usages.- Parameters:
value- the value value to set.- Returns:
- the UsagesListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: URL to get the next set of results.- Returns:
- the nextLink value.
-
withNextLink
public UsagesListResult withNextLink(String nextLink)
Set the nextLink property: URL to get the next set of results.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the UsagesListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-