Class WebhookEndpointDefinition

java.lang.Object
org.iplass.mtp.webhook.endpoint.definition.WebhookEndpointDefinition
All Implemented Interfaces:
Serializable, Definition

public class WebhookEndpointDefinition extends Object implements Definition
See Also:
  • Constructor Details Link icon

    • WebhookEndpointDefinition Link icon

      public WebhookEndpointDefinition()
    • WebhookEndpointDefinition Link icon

      public WebhookEndpointDefinition(String url)
  • Method Details Link icon

    • getUrl Link icon

      public String getUrl()
    • setUrl Link icon

      public void setUrl(String url)
    • getName Link icon

      public String getName()
      Description copied from interface: Definition
      名前を取得します。
      Specified by:
      getName in interface Definition
      Returns:
      名前
    • setName Link icon

      public void setName(String name)
      Description copied from interface: Definition
      名前を設定します。
      Specified by:
      setName in interface Definition
      Parameters:
      name - 名前
    • getDisplayName Link icon

      public String getDisplayName()
      Description copied from interface: Definition
      表示名を取得します。
      Specified by:
      getDisplayName in interface Definition
      Returns:
      表示名
    • setDisplayName Link icon

      public void setDisplayName(String displayName)
      Description copied from interface: Definition
      表示名を設定します。
      Specified by:
      setDisplayName in interface Definition
      Parameters:
      displayName - 表示名
    • getDescription Link icon

      public String getDescription()
      Description copied from interface: Definition
      概要を取得します。
      Specified by:
      getDescription in interface Definition
      Returns:
      概要
    • setDescription Link icon

      public void setDescription(String description)
      Description copied from interface: Definition
      概要を設定します。
      Specified by:
      setDescription in interface Definition
      Parameters:
      description - 概要
    • getHeaderAuthType Link icon

      public String getHeaderAuthType()
    • setHeaderAuthType Link icon

      public void setHeaderAuthType(String headerAuthType)
    • getHeaderAuthCustomTypeName Link icon

      public String getHeaderAuthCustomTypeName()
    • setHeaderAuthCustomTypeName Link icon

      public void setHeaderAuthCustomTypeName(String headerAuthCustomTypeName)
    • getHmacHashHeader Link icon

      public String getHmacHashHeader()
    • setHmacHashHeader Link icon

      public void setHmacHashHeader(String hmacHashHeader)
    • isHmacEnabled Link icon

      public boolean isHmacEnabled()
    • setHmacEnabled Link icon

      public void setHmacEnabled(boolean hmacEnabled)