Class BusinessConnection

java.lang.Object
com.pengrad.telegrambot.model.business.BusinessConnection

public class BusinessConnection
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    BusinessConnection()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Boolean canReply()  
    java.lang.Integer date()  
    boolean equals​(java.lang.Object o)  
    int hashCode()  
    java.lang.String id()  
    java.lang.Boolean isEnabled()  
    User user()  
    java.lang.Integer userChatId()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • id

      public java.lang.String id()
    • user

      public User user()
    • userChatId

      public java.lang.Integer userChatId()
    • date

      public java.lang.Integer date()
    • canReply

      public java.lang.Boolean canReply()
    • isEnabled

      public java.lang.Boolean isEnabled()
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object