Class ComponentPurgeStatusResponseInner


  • public final class ComponentPurgeStatusResponseInner
    extends Object
    Response containing status for a specific purge operation.
    • Constructor Detail

      • ComponentPurgeStatusResponseInner

        public ComponentPurgeStatusResponseInner()
    • Method Detail

      • status

        public PurgeState status()
        Get the status property: Status of the operation represented by the requested Id.
        Returns:
        the status value.
      • withStatus

        public ComponentPurgeStatusResponseInner withStatus​(PurgeState status)
        Set the status property: Status of the operation represented by the requested Id.
        Parameters:
        status - the status value to set.
        Returns:
        the ComponentPurgeStatusResponseInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.