Interface MQTT5AuthDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MQTT5AuthData, MQTT5AuthData.Builder

public interface MQTT5AuthDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    optional bytes cert = 3;
    string channelId = 7;
    com.google.protobuf.ByteString
    string channelId = 7;
    optional string clientId = 4;
    com.google.protobuf.ByteString
    optional string clientId = 4;
    com.google.protobuf.ByteString
    optional bytes password = 2;
    string remoteAddr = 5;
    com.google.protobuf.ByteString
    string remoteAddr = 5;
    int
    uint32 remotePort = 6;
    boolean
    for MQTT5 request/response use case
    optional string username = 1;
    com.google.protobuf.ByteString
    optional string username = 1;
    .commontype.UserProperties userProps = 9;
    .commontype.UserProperties userProps = 9;
    boolean
    optional bytes cert = 3;
    boolean
    optional string clientId = 4;
    boolean
    optional bytes password = 2;
    boolean
    optional string username = 1;
    boolean
    .commontype.UserProperties userProps = 9;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasUsername

      boolean hasUsername()
      optional string username = 1;
      Returns:
      Whether the username field is set.
    • getUsername

      optional string username = 1;
      Returns:
      The username.
    • getUsernameBytes

      com.google.protobuf.ByteString getUsernameBytes()
      optional string username = 1;
      Returns:
      The bytes for username.
    • hasPassword

      boolean hasPassword()
      optional bytes password = 2;
      Returns:
      Whether the password field is set.
    • getPassword

      com.google.protobuf.ByteString getPassword()
      optional bytes password = 2;
      Returns:
      The password.
    • hasCert

      boolean hasCert()
      optional bytes cert = 3;
      Returns:
      Whether the cert field is set.
    • getCert

      com.google.protobuf.ByteString getCert()
      optional bytes cert = 3;
      Returns:
      The cert.
    • hasClientId

      boolean hasClientId()
      optional string clientId = 4;
      Returns:
      Whether the clientId field is set.
    • getClientId

      optional string clientId = 4;
      Returns:
      The clientId.
    • getClientIdBytes

      com.google.protobuf.ByteString getClientIdBytes()
      optional string clientId = 4;
      Returns:
      The bytes for clientId.
    • getRemoteAddr

      string remoteAddr = 5;
      Returns:
      The remoteAddr.
    • getRemoteAddrBytes

      com.google.protobuf.ByteString getRemoteAddrBytes()
      string remoteAddr = 5;
      Returns:
      The bytes for remoteAddr.
    • getRemotePort

      uint32 remotePort = 6;
      Returns:
      The remotePort.
    • getChannelId

      string channelId = 7;
      Returns:
      The channelId.
    • getChannelIdBytes

      com.google.protobuf.ByteString getChannelIdBytes()
      string channelId = 7;
      Returns:
      The bytes for channelId.
    • getResponseInfo

      boolean getResponseInfo()
       for MQTT5 request/response use case
       
      bool responseInfo = 8;
      Returns:
      The responseInfo.
    • hasUserProps

      boolean hasUserProps()
      .commontype.UserProperties userProps = 9;
      Returns:
      Whether the userProps field is set.
    • getUserProps

      .commontype.UserProperties userProps = 9;
      Returns:
      The userProps.
    • getUserPropsOrBuilder

      .commontype.UserProperties userProps = 9;