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