Class BedeworkConnectorConfig

java.lang.Object
org.bedework.util.config.ConfigBase<ConnectorConfig>
org.bedework.notifier.conf.ConnectorConfig
org.bedework.notifier.cnctrs.bedework.BedeworkConnectorConfig
All Implemented Interfaces:
Serializable, Comparable<ConnectorConfig>, ConnectorConfigI, org.bedework.util.logging.Logged

public class BedeworkConnectorConfig extends ConnectorConfig
Bedework notifier connector config
Author:
douglm
See Also:
  • Constructor Details

    • BedeworkConnectorConfig

      public BedeworkConnectorConfig()
  • Method Details

    • setSystemNotificationHref

      public void setSystemNotificationHref(String val)
      Parameters:
      val - system notifications principal
    • getSystemNotificationHref

      public String getSystemNotificationHref()
      Returns:
      system notifications principal
    • setSystemUrl

      public void setSystemUrl(String val)
      Parameters:
      val - system url
    • getSystemUrl

      public String getSystemUrl()
      Returns:
      system url
    • setToken

      public void setToken(String val)
      Parameters:
      val - token for authentication
    • getToken

      public String getToken()
      Returns:
      token
    • setRetryInterval

      public void setRetryInterval(int val)
      retryInterval - seconds
      Parameters:
      val - int seconds
    • getRetryInterval

      public int getRetryInterval()
      retryInterval - seconds
      Returns:
      int seconds
    • setKeepAliveInterval

      public void setKeepAliveInterval(int val)
      KeepAliveInterval - seconds
      Parameters:
      val - int seconds
    • getKeepAliveInterval

      public int getKeepAliveInterval()
      KeepAliveInterval - seconds
      Returns:
      int seconds
    • toStringSegment

      public void toStringSegment(org.bedework.util.misc.ToString ts)
      Overrides:
      toStringSegment in class ConnectorConfig
    • toString

      public String toString()
      Overrides:
      toString in class ConnectorConfig