@Immutable public class Mqtt3SimpleAuthView extends java.lang.Object implements Mqtt3SimpleAuth
Modifier and Type | Method and Description |
---|---|
@NotNull MqttSimpleAuth |
getDelegate() |
@NotNull java.util.Optional<java.nio.ByteBuffer> |
getPassword() |
@NotNull MqttUtf8String |
getUsername() |
static @NotNull Mqtt3SimpleAuthView |
of(@NotNull MqttSimpleAuth delegate) |
@NotNull java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
builder
@NotNull public static @NotNull Mqtt3SimpleAuthView of(@NotNull @NotNull MqttSimpleAuth delegate)
@NotNull public @NotNull MqttUtf8String getUsername()
getUsername
in interface Mqtt3SimpleAuth
@NotNull public @NotNull java.util.Optional<java.nio.ByteBuffer> getPassword()
getPassword
in interface Mqtt3SimpleAuth
@NotNull public @NotNull MqttSimpleAuth getDelegate()
@NotNull public @NotNull java.lang.String toString()
toString
in class java.lang.Object