Class ProcessPause


  • public class ProcessPause
    extends java.lang.Object
    Model to pause processes.
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessPause()
      Constructor without fields use for jackson
      ProcessPause​(java.lang.String type, int tenant, java.lang.Boolean pauseAll)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getPauseAll()
      Gets the pauseAll param
      java.lang.Integer getTenant()
      Gets the tenant
      java.lang.String getType()
      Gets the type
      void setPauseAll​(java.lang.Boolean pauseAll)
      Sets the pauseAll
      void setTenant​(java.lang.Integer tenant)
      Sets the tenant
      void setType​(java.lang.String type)
      Sets the type
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProcessPause

        public ProcessPause()
        Constructor without fields use for jackson
      • ProcessPause

        public ProcessPause​(java.lang.String type,
                            int tenant,
                            java.lang.Boolean pauseAll)
        Parameters:
        type -
        tenant -
    • Method Detail

      • getType

        public java.lang.String getType()
        Gets the type
        Returns:
        the type
      • setType

        public void setType​(java.lang.String type)
        Sets the type
        Parameters:
        type - the type to set
      • getTenant

        public java.lang.Integer getTenant()
        Gets the tenant
        Returns:
        the tenant
      • setTenant

        public void setTenant​(java.lang.Integer tenant)
        Sets the tenant
        Parameters:
        tenant - the tenant to set
      • getPauseAll

        public java.lang.Boolean getPauseAll()
        Gets the pauseAll param
        Returns:
        the pauseAll
      • setPauseAll

        public void setPauseAll​(java.lang.Boolean pauseAll)
        Sets the pauseAll
        Parameters:
        pauseAll - the pauseAll to set