@JsonClass(generateAdapter = true) public final class RelayDTO.Publish.Request.Params
private final Topic
topic
private final String
message
private final Ttl
ttl
private final Integer
tag
private final Boolean
prompt
RelayDTO.Publish.Request.Params(Topic topic, String message, Ttl ttl, Integer tag, Boolean prompt)
final Topic
getTopic()
final String
getMessage()
final Ttl
getTtl()
final Integer
getTag()
final Boolean
getPrompt()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Topic getTopic()
final String getMessage()
final Ttl getTtl()
final Integer getTag()
final Boolean getPrompt()