Class SmartTalkProperties.Auth

java.lang.Object
com.totvs.tjf.communication.sdk.SmartTalkProperties.Auth
Enclosing class:
SmartTalkProperties

public static class SmartTalkProperties.Auth extends Object
  • Constructor Details

    • Auth

      public Auth()
  • Method Details

    • getApplicationId

      public String getApplicationId()
      Application id.
    • getAuthServer

      public String getAuthServer()
      Authentication server.
    • getClientId

      public String getClientId()
      Authentication client id.
    • getClientSecret

      public String getClientSecret()
      Authentication client secret.
    • setApplicationId

      public void setApplicationId(String applicationId)
      Application id.
    • setAuthServer

      public void setAuthServer(String authServer)
      Authentication server.
    • setClientId

      public void setClientId(String clientId)
      Authentication client id.
    • setClientSecret

      public void setClientSecret(String clientSecret)
      Authentication client secret.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object