-
Method Summary
.mqtt3authtypes.Ok ok = 1;
.mqtt3authtypes.Ok ok = 1;
.mqtt3authtypes.Reject reject = 2;
.mqtt3authtypes.Reject reject = 2;
boolean
.mqtt3authtypes.Ok ok = 1;
boolean
.mqtt3authtypes.Reject reject = 2;
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
-
hasOk
.mqtt3authtypes.Ok ok = 1;
- Returns:
- Whether the ok field is set.
-
getOk
.mqtt3authtypes.Ok ok = 1;
- Returns:
- The ok.
-
getOkOrBuilder
.mqtt3authtypes.Ok ok = 1;
-
hasReject
.mqtt3authtypes.Reject reject = 2;
- Returns:
- Whether the reject field is set.
-
getReject
.mqtt3authtypes.Reject reject = 2;
- Returns:
- The reject.
-
getRejectOrBuilder
.mqtt3authtypes.Reject reject = 2;
-