@Immutable public class MqttPingReq extends java.lang.Object implements MqttMessage, Mqtt5PingReq
MqttMessage.WithId, MqttMessage.WithUserProperties
Modifier and Type | Field and Description |
---|---|
static @NotNull MqttPingReq |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(@Nullable java.lang.Object o) |
int |
hashCode() |
@NotNull java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getType
@NotNull public static final @NotNull MqttPingReq INSTANCE
@NotNull public @NotNull java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(@Nullable @Nullable java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object