Class ManagedCassandraReaperStatus
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.models.ManagedCassandraReaperStatus
-
public final class ManagedCassandraReaperStatus extends Object
The ManagedCassandraReaperStatus model.
-
-
Constructor Summary
Constructors Constructor Description ManagedCassandraReaperStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanhealthy()Get the healthy property: The healthy property.Map<String,String>repairRunIds()Get the repairRunIds property: Dictionary of <string>.Map<String,String>repairSchedules()Get the repairSchedules property: Dictionary of <string>.voidvalidate()Validates the instance.ManagedCassandraReaperStatuswithHealthy(Boolean healthy)Set the healthy property: The healthy property.ManagedCassandraReaperStatuswithRepairRunIds(Map<String,String> repairRunIds)Set the repairRunIds property: Dictionary of <string>.ManagedCassandraReaperStatuswithRepairSchedules(Map<String,String> repairSchedules)Set the repairSchedules property: Dictionary of <string>.
-
-
-
Method Detail
-
healthy
public Boolean healthy()
Get the healthy property: The healthy property.- Returns:
- the healthy value.
-
withHealthy
public ManagedCassandraReaperStatus withHealthy(Boolean healthy)
Set the healthy property: The healthy property.- Parameters:
healthy- the healthy value to set.- Returns:
- the ManagedCassandraReaperStatus object itself.
-
repairRunIds
public Map<String,String> repairRunIds()
Get the repairRunIds property: Dictionary of <string>.- Returns:
- the repairRunIds value.
-
withRepairRunIds
public ManagedCassandraReaperStatus withRepairRunIds(Map<String,String> repairRunIds)
Set the repairRunIds property: Dictionary of <string>.- Parameters:
repairRunIds- the repairRunIds value to set.- Returns:
- the ManagedCassandraReaperStatus object itself.
-
repairSchedules
public Map<String,String> repairSchedules()
Get the repairSchedules property: Dictionary of <string>.- Returns:
- the repairSchedules value.
-
withRepairSchedules
public ManagedCassandraReaperStatus withRepairSchedules(Map<String,String> repairSchedules)
Set the repairSchedules property: Dictionary of <string>.- Parameters:
repairSchedules- the repairSchedules value to set.- Returns:
- the ManagedCassandraReaperStatus object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-