Class BubbleStyles.BlockStyle
- java.lang.Object
-
- com.linecorp.bot.model.message.flex.container.BubbleStyles.BlockStyle
-
- Enclosing class:
- BubbleStyles
public static final class BubbleStyles.BlockStyle extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBubbleStyles.BlockStyle.BlockStyleBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BubbleStyles.BlockStyle.BlockStyleBuilderbuilder()booleanequals(java.lang.Object o)java.lang.StringgetBackgroundColor()java.lang.BooleangetSeparator()java.lang.StringgetSeparatorColor()inthashCode()BubbleStyles.BlockStyle.BlockStyleBuildertoBuilder()java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static BubbleStyles.BlockStyle.BlockStyleBuilder builder()
-
toBuilder
public BubbleStyles.BlockStyle.BlockStyleBuilder toBuilder()
-
getBackgroundColor
public java.lang.String getBackgroundColor()
-
getSeparator
public java.lang.Boolean getSeparator()
-
getSeparatorColor
public java.lang.String getSeparatorColor()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-