public static class LineInboundMessageDto.Emoji extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
emojiId |
protected int |
index |
protected int |
length |
protected String |
productId |
Constructor and Description |
---|
Emoji() |
Modifier and Type | Method and Description |
---|---|
String |
getEmojiId() |
int |
getIndex() |
int |
getLength() |
String |
getProductId() |
void |
setEmojiId(String emojiId) |
void |
setIndex(int index) |
void |
setLength(int length) |
void |
setProductId(String productId) |
protected int index
protected int length
protected String productId
protected String emojiId
public int getIndex()
public void setIndex(int index)
public int getLength()
public void setLength(int length)
public String getProductId()
public void setProductId(String productId)
public String getEmojiId()
public void setEmojiId(String emojiId)