@Immutable public class Mqtt3PubCompView extends java.lang.Object implements Mqtt3PubComp
Modifier and Type | Field and Description |
---|---|
static @NotNull Mqtt3PubCompView |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
static @NotNull MqttPubComp |
delegate(int packetIdentifier) |
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 Mqtt3PubCompView INSTANCE
@NotNull public static @NotNull MqttPubComp delegate(int packetIdentifier)
@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