Class RedisPatchScheduleListResult
- java.lang.Object
-
- com.azure.resourcemanager.redis.models.RedisPatchScheduleListResult
-
public final class RedisPatchScheduleListResult extends Object
The response of list patch schedules Redis operation.
-
-
Constructor Summary
Constructors Constructor Description RedisPatchScheduleListResult()
-
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<RedisPatchScheduleInner>value()Get the value property: Results of the list patch schedules operation.RedisPatchScheduleListResultwithValue(List<RedisPatchScheduleInner> value)Set the value property: Results of the list patch schedules operation.
-
-
-
Method Detail
-
value
public List<RedisPatchScheduleInner> value()
Get the value property: Results of the list patch schedules operation.- Returns:
- the value value.
-
withValue
public RedisPatchScheduleListResult withValue(List<RedisPatchScheduleInner> value)
Set the value property: Results of the list patch schedules operation.- Parameters:
value- the value value to set.- Returns:
- the RedisPatchScheduleListResult 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.
-
-