Class RevenueWithdrawalStateFailed
java.lang.Object
com.pengrad.telegrambot.model.stars.withdrawal.RevenueWithdrawalState
com.pengrad.telegrambot.model.stars.withdrawal.RevenueWithdrawalStateFailed
- All Implemented Interfaces:
java.io.Serializable
public class RevenueWithdrawalStateFailed extends RevenueWithdrawalState
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE -
Constructor Summary
Constructors Constructor Description RevenueWithdrawalStateFailed() -
Method Summary
Modifier and Type Method Description java.lang.StringtoString()Methods inherited from class com.pengrad.telegrambot.model.stars.withdrawal.RevenueWithdrawalState
equals, hashCode, type
-
Field Details
-
TYPE
public static final java.lang.String TYPE- See Also:
- Constant Field Values
-
-
Constructor Details
-
RevenueWithdrawalStateFailed
public RevenueWithdrawalStateFailed()
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classRevenueWithdrawalState
-