Class AlertActionVO

    • Constructor Detail

      • AlertActionVO

        public AlertActionVO()
    • Method Detail

      • getDescriptionKey

        public String getDescriptionKey()
      • getDescriptionAfterExecKey

        public String getDescriptionAfterExecKey()
      • getIntegrationType

        public String getIntegrationType()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • getHttpMethod

        public String getHttpMethod()
      • setHttpMethod

        public void setHttpMethod​(String httpMethod)
      • getActionType

        public String getActionType()
      • setActionType

        public void setActionType​(String actionType)
      • getExecuted

        public Boolean getExecuted()
      • setExecuted

        public void setExecuted​(Boolean executed)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getDescriptionAfterExec

        public String getDescriptionAfterExec()
      • setDescriptionAfterExec

        public void setDescriptionAfterExec​(String descriptionAfterExec)
      • getActionKey

        public String getActionKey()
      • setActionKey

        public void setActionKey​(String actionKey)
      • getType

        public String getType()
      • setType

        public void setType​(String type)