Class BotbyeConfig

java.lang.Object
com.botbye.model.BotbyeConfig
All Implemented Interfaces:
Serializable

public class BotbyeConfig extends Object implements Serializable
See Also:
  • Constructor Details

    • BotbyeConfig

      public BotbyeConfig()
  • Method Details

    • getModuleName

      public static String getModuleName()
    • getModuleVersion

      public static String getModuleVersion()
    • getBotbyeEndpoint

      public String getBotbyeEndpoint()
    • getServerKey

      public String getServerKey()
    • getPath

      public String getPath()
    • getContentType

      public okhttp3.MediaType getContentType()
    • getReadTimeout

      public Duration getReadTimeout()
    • getWriteTimeout

      public Duration getWriteTimeout()
    • getConnectionTimeout

      public Duration getConnectionTimeout()
    • getCallTimeout

      public Duration getCallTimeout()
    • getMaxIdleConnections

      public int getMaxIdleConnections()
    • getKeepAliveDuration

      public long getKeepAliveDuration()
    • getKeepAliveDurationTimeUnit

      public TimeUnit getKeepAliveDurationTimeUnit()
    • getMaxRequestsPerHost

      public int getMaxRequestsPerHost()
    • getMaxRequests

      public int getMaxRequests()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object