Class SmartTalkProperties

java.lang.Object
com.totvs.tjf.communication.sdk.SmartTalkProperties

@ConfigurationProperties(prefix="communication") public class SmartTalkProperties extends Object
  • Constructor Details

    • SmartTalkProperties

      public SmartTalkProperties()
  • Method Details

    • getUrl

      public String getUrl()
      Communication service URL.
    • getMaxBytes

      public int getMaxBytes()
      Communication service maxBytes. This property set the max size of a message that can be sent to the message broker.
    • getAuth

      public SmartTalkProperties.Auth getAuth()
      Authentication properties.
    • getExchange

      public SmartTalkProperties.Exchange getExchange()
      Exchange properties.
    • setUrl

      public void setUrl(String url)
      Communication service URL.
    • setMaxBytes

      public void setMaxBytes(int maxBytes)
      Communication service maxBytes. This property set the max size of a message that can be sent to the message broker.
    • setAuth

      public void setAuth(SmartTalkProperties.Auth auth)
      Authentication properties.
    • setExchange

      public void setExchange(SmartTalkProperties.Exchange exchange)
      Exchange properties.
    • 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