Class ChatBoost
java.lang.Object
com.pengrad.telegrambot.model.chatboost.ChatBoost
public class ChatBoost
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ChatBoost()
-
Method Summary
Modifier and Type Method Description java.lang.Integer
addDate()
java.lang.String
boostId()
boolean
equals(java.lang.Object o)
java.lang.Integer
expirationDate()
int
hashCode()
ChatBoostSource
source()
java.lang.String
toString()
-
Constructor Details
-
ChatBoost
public ChatBoost()
-
-
Method Details
-
boostId
public java.lang.String boostId() -
addDate
public java.lang.Integer addDate() -
expirationDate
public java.lang.Integer expirationDate() -
source
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-