Class WebhookNotificationGatewayConfiguration

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String endpoint  
      protected java.lang.String payloadDescription  
      protected java.lang.String secret  
      • Fields inherited from class step.core.accessors.AbstractOrganizableObject

        attributes, NAME, VERSION
      • Fields inherited from class step.core.accessors.AbstractIdentifiableObject

        customFields, ID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEndpoint()  
      java.lang.Class<? extends NotificationGateway> getGatewayClass()  
      java.lang.String getPayloadDescription()  
      java.lang.String getSecret()  
      void setEndpoint​(java.lang.String endpoint)  
      void setPayloadDescription​(java.lang.String payloadDescription)  
      void setSecret​(java.lang.String secret)  
      • Methods inherited from class step.core.accessors.AbstractOrganizableObject

        addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
      • Methods inherited from class step.core.accessors.AbstractIdentifiableObject

        addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • endpoint

        protected java.lang.String endpoint
      • secret

        protected java.lang.String secret
      • payloadDescription

        protected java.lang.String payloadDescription
    • Constructor Detail

      • WebhookNotificationGatewayConfiguration

        public WebhookNotificationGatewayConfiguration()
    • Method Detail

      • getEndpoint

        public java.lang.String getEndpoint()
      • setEndpoint

        public void setEndpoint​(java.lang.String endpoint)
      • getSecret

        public java.lang.String getSecret()
      • setSecret

        public void setSecret​(java.lang.String secret)
      • getPayloadDescription

        public java.lang.String getPayloadDescription()
      • setPayloadDescription

        public void setPayloadDescription​(java.lang.String payloadDescription)