public static class RichTextSectionElement.Channel extends Object implements RichTextElement
| Modifier and Type | Class and Description |
|---|---|
static class |
RichTextSectionElement.Channel.ChannelBuilder |
| Constructor and Description |
|---|
Channel() |
Channel(String channelId,
RichTextSectionElement.TextStyle style) |
| Modifier and Type | Method and Description |
|---|---|
static RichTextSectionElement.Channel.ChannelBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannelId() |
RichTextSectionElement.TextStyle |
getStyle() |
String |
getType() |
int |
hashCode() |
void |
setChannelId(String channelId) |
void |
setStyle(RichTextSectionElement.TextStyle style) |
String |
toString() |
public static final String TYPE
public Channel()
public Channel(String channelId, RichTextSectionElement.TextStyle style)
public static RichTextSectionElement.Channel.ChannelBuilder builder()
public String getType()
getType in interface RichTextElementpublic String getChannelId()
public RichTextSectionElement.TextStyle getStyle()
public void setChannelId(String channelId)
public void setStyle(RichTextSectionElement.TextStyle style)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.