Class ServerListResult


  • public final class ServerListResult
    extends Object
    A list of servers.
    • Constructor Detail

      • ServerListResult

        public ServerListResult()
    • Method Detail

      • value

        public List<ServerInner> value()
        Get the value property: The list of servers.
        Returns:
        the value value.
      • withValue

        public ServerListResult withValue​(List<ServerInner> value)
        Set the value property: The list of servers.
        Parameters:
        value - the value value to set.
        Returns:
        the ServerListResult object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.