Class SuspensionStateDto


  • public class SuspensionStateDto
    extends Object
    SuspensionStateDto
    • Constructor Detail

      • SuspensionStateDto

        public SuspensionStateDto()
    • Method Detail

      • getSuspended

        public Boolean getSuspended()
        A Boolean value which indicates whether to activate or suspend a given instance (e.g. process instance, job, job definition, or batch). When the value is set to true, the given instance will be suspended and when the value is set to false, the given instance will be activated.
        Returns:
        suspended
      • setSuspended

        public void setSuspended​(Boolean suspended)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object