- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MQTTAction, MQTTAction.Builder
-
Method Summary
.checktypes.PubAction pub = 1;
.checktypes.PubAction pub = 1;
.checktypes.SubAction sub = 2;
.checktypes.SubAction sub = 2;
.checktypes.UnsubAction unsub = 3;
.checktypes.UnsubAction unsub = 3;
boolean
.checktypes.PubAction pub = 1;
boolean
.checktypes.SubAction sub = 2;
boolean
.checktypes.UnsubAction unsub = 3;
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
-
hasPub
.checktypes.PubAction pub = 1;
- Returns:
- Whether the pub field is set.
-
getPub
.checktypes.PubAction pub = 1;
- Returns:
- The pub.
-
getPubOrBuilder
.checktypes.PubAction pub = 1;
-
hasSub
.checktypes.SubAction sub = 2;
- Returns:
- Whether the sub field is set.
-
getSub
.checktypes.SubAction sub = 2;
- Returns:
- The sub.
-
getSubOrBuilder
.checktypes.SubAction sub = 2;
-
hasUnsub
.checktypes.UnsubAction unsub = 3;
- Returns:
- Whether the unsub field is set.
-
getUnsub
.checktypes.UnsubAction unsub = 3;
- Returns:
- The unsub.
-
getUnsubOrBuilder
.checktypes.UnsubAction unsub = 3;
-