public final class PubSubJsonConnectionMessage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubJsonConnectionMessage.Builder
Builder for
PubSubJsonConnectionMessage. |
| Modifier and Type | Method and Description |
|---|---|
static PubSubJsonConnectionMessage.Builder |
builder()
Returns a new
PubSubJsonConnectionMessage.Builder that can be used to construct instances of this class |
boolean |
equals(Object obj) |
PubSubMqttJsonConnectionConf |
getConnection()
Data for the 'Connection' JSON field.
|
String |
getMessageId() |
String |
getMessageType() |
PublisherId |
getPublisherId() |
DateTime |
getTimestamp() |
int |
hashCode() |
PubSubJsonConnectionMessage.Builder |
toBuilder()
Returns a new
PubSubJsonConnectionMessage.Builder that is initialized with the state of this object. |
String |
toString() |
public PubSubMqttJsonConnectionConf getConnection()
public String getMessageId()
public PublisherId getPublisherId()
public DateTime getTimestamp()
public static PubSubJsonConnectionMessage.Builder builder()
PubSubJsonConnectionMessage.Builder that can be used to construct instances of this classpublic PubSubJsonConnectionMessage.Builder toBuilder()
PubSubJsonConnectionMessage.Builder that is initialized with the state of this object.public String getMessageType()
Copyright © 2026. All rights reserved.