Interface RejectOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .mqtt3authtypes.Reject.Code code = 1;
    int
    .mqtt3authtypes.Reject.Code code = 1;
    optional description
    com.google.protobuf.ByteString
    optional description
    boolean
    optional description

    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

    • getCodeValue

      .mqtt3authtypes.Reject.Code code = 1;
      Returns:
      The enum numeric value on the wire for code.
    • getCode

      .mqtt3authtypes.Reject.Code code = 1;
      Returns:
      The code.
    • hasReason

      boolean hasReason()
       optional description
       
      optional string reason = 2;
      Returns:
      Whether the reason field is set.
    • getReason

       optional description
       
      optional string reason = 2;
      Returns:
      The reason.
    • getReasonBytes

      com.google.protobuf.ByteString getReasonBytes()
       optional description
       
      optional string reason = 2;
      Returns:
      The bytes for reason.