Class RedisListResult


  • public final class RedisListResult
    extends Object
    The response of list Redis operation.
    • Constructor Detail

      • RedisListResult

        public RedisListResult()
    • Method Detail

      • value

        public List<RedisResourceInner> value()
        Get the value property: List of Redis cache instances.
        Returns:
        the value value.
      • withValue

        public RedisListResult withValue​(List<RedisResourceInner> value)
        Set the value property: List of Redis cache instances.
        Parameters:
        value - the value value to set.
        Returns:
        the RedisListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: Link for next page of results.
        Returns:
        the nextLink value.
      • validate

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