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 String
getEmojiId()
int
getIndex()
int
getLength()
String
getProductId()
void
setEmojiId(String emojiId)
void
setIndex(int index)
void
setLength(int length)
void
setProductId(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)
-
-