public final class PubSubJsonApplicationDescriptionMessage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubJsonApplicationDescriptionMessage.Builder
Builder for
PubSubJsonApplicationDescriptionMessage. |
| Modifier and Type | Method and Description |
|---|---|
static PubSubJsonApplicationDescriptionMessage.Builder |
builder()
Returns a new
PubSubJsonApplicationDescriptionMessage.Builder that can be used to construct instances of this class |
boolean |
equals(Object obj) |
ApplicationDescription |
getDescription() |
String |
getMessageId() |
String |
getMessageType() |
PublisherId |
getPublisherId() |
List<String> |
getServerCapabilities() |
DateTime |
getTimestamp() |
int |
hashCode() |
PubSubJsonApplicationDescriptionMessage.Builder |
toBuilder()
Returns a new
PubSubJsonApplicationDescriptionMessage.Builder that is initialized with the state of this object. |
String |
toString() |
public ApplicationDescription getDescription()
public String getMessageId()
public PublisherId getPublisherId()
public DateTime getTimestamp()
public static PubSubJsonApplicationDescriptionMessage.Builder builder()
PubSubJsonApplicationDescriptionMessage.Builder that can be used to construct instances of this classpublic PubSubJsonApplicationDescriptionMessage.Builder toBuilder()
PubSubJsonApplicationDescriptionMessage.Builder that is initialized with the state of this object.public String getMessageType()
Copyright © 2026. All rights reserved.