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