@Immutable public class MqttSubAck extends MqttMessageWithUserProperties.WithReason.WithCodesAndId<Mqtt5SubAckReasonCode> implements Mqtt5SubAck
MqttMessageWithUserProperties.WithReason.WithCode<R extends Mqtt5ReasonCode>, MqttMessageWithUserProperties.WithReason.WithCodesAndId<R extends Mqtt5ReasonCode>
MqttMessageWithUserProperties.WithReason
MqttMessage.WithId, MqttMessage.WithUserProperties
Constructor and Description |
---|
MqttSubAck(int packetIdentifier,
@NotNull ImmutableList<Mqtt5SubAckReasonCode> reasonCodes,
@Nullable MqttUtf8StringImpl reasonString,
@NotNull MqttUserPropertiesImpl userProperties) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(@Nullable java.lang.Object o) |
int |
hashCode() |
protected @NotNull java.lang.String |
toAttributeString() |
@NotNull java.lang.String |
toString() |
getPacketIdentifier, getReasonCodes, partialEquals, partialHashCode
getRawReasonString, getReasonString, partialEquals
getUserProperties, partialEquals
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getReasonCodes, getReasonString, getType, getUserProperties
public MqttSubAck(int packetIdentifier, @NotNull @NotNull ImmutableList<Mqtt5SubAckReasonCode> reasonCodes, @Nullable @Nullable MqttUtf8StringImpl reasonString, @NotNull @NotNull MqttUserPropertiesImpl userProperties)
@NotNull protected @NotNull java.lang.String toAttributeString()
@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