Class RedisListResult
- java.lang.Object
-
- com.azure.resourcemanager.redis.models.RedisListResult
-
public final class RedisListResult extends Object
The response of list Redis operation.
-
-
Constructor Summary
Constructors Constructor Description RedisListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: Link for next page of results.voidvalidate()Validates the instance.List<RedisResourceInner>value()Get the value property: List of Redis cache instances.RedisListResultwithValue(List<RedisResourceInner> value)Set the value property: List of Redis cache instances.
-
-
-
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.
-
-