- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Failed, Failed.Builder
public interface FailedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
.mqtt5authtypes.Failed.Code code = 1;
int
.mqtt5authtypes.Failed.Code code = 1;
com.google.protobuf.ByteString
optional if tenant can be determined
com.google.protobuf.ByteString
optional if tenant can be determined
optional if user can be determined
com.google.protobuf.ByteString
optional if user can be determined
user properties return back via mqtt5 connack
user properties return back via mqtt5 connack
boolean
boolean
optional if tenant can be determined
boolean
optional if user can be determined
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
-
getCodeValue
.mqtt5authtypes.Failed.Code code = 1;
- Returns:
- The enum numeric value on the wire for code.
-
getCode
.mqtt5authtypes.Failed.Code code = 1;
- Returns:
- The code.
-
hasTenantId
optional if tenant can be determined
optional string tenantId = 2;
- Returns:
- Whether the tenantId field is set.
-
getTenantId
optional if tenant can be determined
optional string tenantId = 2;
- Returns:
- The tenantId.
-
getTenantIdBytes
optional if tenant can be determined
optional string tenantId = 2;
- Returns:
- The bytes for tenantId.
-
hasUserId
optional if user can be determined
optional string userId = 3;
- Returns:
- Whether the userId field is set.
-
getUserId
optional if user can be determined
optional string userId = 3;
- Returns:
- The userId.
-
getUserIdBytes
optional if user can be determined
optional string userId = 3;
- Returns:
- The bytes for userId.
-
hasReason
optional description
optional string reason = 4;
- Returns:
- Whether the reason field is set.
-
getReason
optional description
optional string reason = 4;
- Returns:
- The reason.
-
getReasonBytes
optional description
optional string reason = 4;
- Returns:
- The bytes for reason.
-
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;