Class ManagedCassandraReaperStatus
java.lang.Object
com.azure.resourcemanager.cosmos.models.ManagedCassandraReaperStatus
The ManagedCassandraReaperStatus model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ManagedCassandraReaperStatus class. -
Method Summary
Modifier and TypeMethodDescriptionhealthy()Get the healthy property: The healthy property.Get the repairRunIds property: Dictionary of <string>.Get the repairSchedules property: Dictionary of <string>.voidvalidate()Validates the instance.withHealthy(Boolean healthy) Set the healthy property: The healthy property.withRepairRunIds(Map<String, String> repairRunIds) Set the repairRunIds property: Dictionary of <string>.withRepairSchedules(Map<String, String> repairSchedules) Set the repairSchedules property: Dictionary of <string>.
-
Constructor Details
-
ManagedCassandraReaperStatus
public ManagedCassandraReaperStatus()Creates an instance of ManagedCassandraReaperStatus class.
-
-
Method Details
-
healthy
Get the healthy property: The healthy property.- Returns:
- the healthy value.
-
withHealthy
Set the healthy property: The healthy property.- Parameters:
healthy- the healthy value to set.- Returns:
- the ManagedCassandraReaperStatus object itself.
-
repairRunIds
Get the repairRunIds property: Dictionary of <string>.- Returns:
- the repairRunIds value.
-
withRepairRunIds
Set the repairRunIds property: Dictionary of <string>.- Parameters:
repairRunIds- the repairRunIds value to set.- Returns:
- the ManagedCassandraReaperStatus object itself.
-
repairSchedules
Get the repairSchedules property: Dictionary of <string>.- Returns:
- the repairSchedules value.
-
withRepairSchedules
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.
-