Class LineInboundMessageDto.Emoji
- java.lang.Object
-
- com.flowable.engage.external.system.line.dto.LineInboundMessageDto.Emoji
-
- Enclosing class:
- LineInboundMessageDto
public static class LineInboundMessageDto.Emoji extends Object
-
-
Constructor Summary
Constructors Constructor Description Emoji()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEmojiId()intgetIndex()intgetLength()StringgetProductId()voidsetEmojiId(String emojiId)voidsetIndex(int index)voidsetLength(int length)voidsetProductId(String productId)
-
-
-
Method Detail
-
getIndex
public int getIndex()
-
setIndex
public void setIndex(int index)
-
getLength
public int getLength()
-
setLength
public void setLength(int length)
-
getProductId
public String getProductId()
-
setProductId
public void setProductId(String productId)
-
getEmojiId
public String getEmojiId()
-
setEmojiId
public void setEmojiId(String emojiId)
-
-