Class ManagedCassandraReaperStatus


  • public final class ManagedCassandraReaperStatus
    extends Object
    The ManagedCassandraReaperStatus model.
    • Constructor Detail

      • ManagedCassandraReaperStatus

        public ManagedCassandraReaperStatus()
    • 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.