public final class PubSubUadpStatusMessage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubUadpStatusMessage.Builder
Builder for
PubSubUadpStatusMessage. |
| Modifier and Type | Method and Description |
|---|---|
static PubSubUadpStatusMessage.Builder |
builder()
Returns a new
PubSubUadpStatusMessage.Builder that can be used to construct instances of this class |
boolean |
equals(Object obj) |
ByteString |
getEncoded() |
boolean |
getIsCyclic()
True if Publisher periodically publishes status (see
PubSubStatusMessage.getNextReportTime()). |
DateTime |
getNextReportTime()
Returns when the next status update is expected.
|
PubSubState |
getStatus()
Status of the Publisher.
|
DateTime |
getTimestamp() |
int |
hashCode() |
PubSubUadpStatusMessage.Builder |
toBuilder()
Returns a new
PubSubUadpStatusMessage.Builder that is initialized with the state of this object. |
String |
toString() |
public ByteString getEncoded()
public boolean getIsCyclic()
PubSubStatusMessagePubSubStatusMessage.getNextReportTime()). If false,
the middleware (such as a MQTT Broker) should notify errors (via such as MQTT Will message).public DateTime getNextReportTime()
PubSubStatusMessagePubSubStatusMessage.getIsCyclic() is false.public PubSubState getStatus()
PubSubStatusMessagepublic DateTime getTimestamp()
public static PubSubUadpStatusMessage.Builder builder()
PubSubUadpStatusMessage.Builder that can be used to construct instances of this classpublic PubSubUadpStatusMessage.Builder toBuilder()
PubSubUadpStatusMessage.Builder that is initialized with the state of this object.Copyright © 2026. All rights reserved.