Interface SuccessOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    additional attributes filled by auth provider plugin which will be copied to ClientInfo
    Deprecated.
    int
    additional attributes filled by auth provider plugin which will be copied to ClientInfo
    additional attributes filled by auth provider plugin which will be copied to ClientInfo
    getAttrsOrDefault(String key, String defaultValue)
    additional attributes filled by auth provider plugin which will be copied to ClientInfo
    additional attributes filled by auth provider plugin which will be copied to ClientInfo
    for mqtt5 request/response use case
    com.google.protobuf.ByteString
    for mqtt5 request/response use case
    string tenantId = 1;
    com.google.protobuf.ByteString
    string tenantId = 1;
    string userId = 2;
    com.google.protobuf.ByteString
    string userId = 2;
    user properties return back via mqtt5 connack
    user properties return back via mqtt5 connack
    boolean
    for mqtt5 request/response use case
    boolean
    user properties return back via mqtt5 connack

    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

    • getTenantId

      string tenantId = 1;
      Returns:
      The tenantId.
    • getTenantIdBytes

      com.google.protobuf.ByteString getTenantIdBytes()
      string tenantId = 1;
      Returns:
      The bytes for tenantId.
    • getUserId

      string userId = 2;
      Returns:
      The userId.
    • getUserIdBytes

      com.google.protobuf.ByteString getUserIdBytes()
      string userId = 2;
      Returns:
      The bytes for userId.
    • getAttrsCount

       additional attributes filled by auth provider plugin which will be copied to ClientInfo
       
      map<string, string> attrs = 3;
    • containsAttrs

      boolean containsAttrs(String key)
       additional attributes filled by auth provider plugin which will be copied to ClientInfo
       
      map<string, string> attrs = 3;
    • getAttrs

      Deprecated.
      Use getAttrsMap() instead.
    • getAttrsMap

       additional attributes filled by auth provider plugin which will be copied to ClientInfo
       
      map<string, string> attrs = 3;
    • getAttrsOrDefault

      String getAttrsOrDefault(String key, String defaultValue)
       additional attributes filled by auth provider plugin which will be copied to ClientInfo
       
      map<string, string> attrs = 3;
    • getAttrsOrThrow

       additional attributes filled by auth provider plugin which will be copied to ClientInfo
       
      map<string, string> attrs = 3;
    • hasResponseInfo

      boolean hasResponseInfo()
       for mqtt5 request/response use case
       
      optional string ResponseInfo = 4;
      Returns:
      Whether the responseInfo field is set.
    • getResponseInfo

       for mqtt5 request/response use case
       
      optional string ResponseInfo = 4;
      Returns:
      The responseInfo.
    • getResponseInfoBytes

      com.google.protobuf.ByteString getResponseInfoBytes()
       for mqtt5 request/response use case
       
      optional string ResponseInfo = 4;
      Returns:
      The bytes for responseInfo.
    • hasUserProps

      boolean hasUserProps()
       user properties return back via mqtt5 connack
       
      .commontype.UserProperties userProps = 5;
      Returns:
      Whether the userProps field is set.
    • getUserProps

       user properties return back via mqtt5 connack
       
      .commontype.UserProperties userProps = 5;
      Returns:
      The userProps.
    • getUserPropsOrBuilder

       user properties return back via mqtt5 connack
       
      .commontype.UserProperties userProps = 5;