Class ServerUsageListResult


  • public final class ServerUsageListResult
    extends Object
    Represents the response to a list server metrics request.
    • Constructor Detail

      • ServerUsageListResult

        public ServerUsageListResult()
    • Method Detail

      • value

        public List<ServerUsageInner> value()
        Get the value property: The list of server metrics for the server.
        Returns:
        the value value.
      • withValue

        public ServerUsageListResult withValue​(List<ServerUsageInner> value)
        Set the value property: The list of server metrics for the server.
        Parameters:
        value - the value value to set.
        Returns:
        the ServerUsageListResult object itself.
      • 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.