Class BackgroundFillSolid
java.lang.Object
com.pengrad.telegrambot.model.chatbackground.BackgroundFill
com.pengrad.telegrambot.model.chatbackground.BackgroundFillSolid
public class BackgroundFillSolid extends BackgroundFill
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE -
Constructor Summary
Constructors Constructor Description BackgroundFillSolid(java.lang.Integer color) -
Method Summary
-
Field Details
-
TYPE
public static final java.lang.String TYPE- See Also:
- Constant Field Values
-
-
Constructor Details
-
BackgroundFillSolid
public BackgroundFillSolid(java.lang.Integer color)
-
-
Method Details
-
color
public java.lang.Integer color() -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classBackgroundFill
-
hashCode
public int hashCode()- Overrides:
hashCodein classBackgroundFill
-
toString
public java.lang.String toString()- Overrides:
toStringin classBackgroundFill
-