@Immutable public class Mqtt3UnsubscribeView extends java.lang.Object implements Mqtt3Unsubscribe
Modifier and Type | Method and Description |
---|---|
boolean |
equals(@Nullable java.lang.Object o) |
Mqtt3UnsubscribeViewBuilder.Default |
extend()
Creates a builder for extending this Unsubscribe message.
|
@NotNull MqttUnsubscribe |
getDelegate() |
@NotNull ImmutableList<MqttTopicFilterImpl> |
getTopicFilters() |
int |
hashCode() |
static @NotNull Mqtt3UnsubscribeView |
of(@NotNull MqttUnsubscribe delegate) |
@NotNull java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
builder, getType
@NotNull public static @NotNull Mqtt3UnsubscribeView of(@NotNull @NotNull MqttUnsubscribe delegate)
@NotNull public @NotNull ImmutableList<MqttTopicFilterImpl> getTopicFilters()
getTopicFilters
in interface Mqtt3Unsubscribe
@NotNull public @NotNull MqttUnsubscribe getDelegate()
@NotNull public Mqtt3UnsubscribeViewBuilder.Default extend()
Mqtt3Unsubscribe
extend
in interface Mqtt3Unsubscribe
@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