-
Method Summary
com.google.protobuf.ByteString
com.google.protobuf.ByteString
optional string clientId = 4;
com.google.protobuf.ByteString
optional string clientId = 4;
com.google.protobuf.ByteString
optional bytes password = 2;
com.google.protobuf.ByteString
int
boolean
for MQTT5 request/response use case
optional string username = 1;
com.google.protobuf.ByteString
optional string username = 1;
.commontype.UserProperties userProps = 9;
.commontype.UserProperties userProps = 9;
boolean
boolean
optional string clientId = 4;
boolean
optional bytes password = 2;
boolean
optional string username = 1;
boolean
.commontype.UserProperties userProps = 9;
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
-
hasUsername
optional string username = 1;
- Returns:
- Whether the username field is set.
-
getUsername
optional string username = 1;
- Returns:
- The username.
-
getUsernameBytes
optional string username = 1;
- Returns:
- The bytes for username.
-
hasPassword
optional bytes password = 2;
- Returns:
- Whether the password field is set.
-
getPassword
optional bytes password = 2;
- Returns:
- The password.
-
hasCert
optional bytes cert = 3;
- Returns:
- Whether the cert field is set.
-
getCert
com.google.protobuf.ByteString getCert()
optional bytes cert = 3;
- Returns:
- The cert.
-
hasClientId
optional string clientId = 4;
- Returns:
- Whether the clientId field is set.
-
getClientId
optional string clientId = 4;
- Returns:
- The clientId.
-
getClientIdBytes
optional string clientId = 4;
- Returns:
- The bytes for clientId.
-
getRemoteAddr
string remoteAddr = 5;
- Returns:
- The remoteAddr.
-
getRemoteAddrBytes
string remoteAddr = 5;
- Returns:
- The bytes for remoteAddr.
-
getRemotePort
uint32 remotePort = 6;
- Returns:
- The remotePort.
-
getChannelId
string channelId = 7;
- Returns:
- The channelId.
-
getChannelIdBytes
string channelId = 7;
- Returns:
- The bytes for channelId.
-
getResponseInfo
for MQTT5 request/response use case
bool responseInfo = 8;
- Returns:
- The responseInfo.
-
hasUserProps
.commontype.UserProperties userProps = 9;
- Returns:
- Whether the userProps field is set.
-
getUserProps
.commontype.UserProperties userProps = 9;
- Returns:
- The userProps.
-
getUserPropsOrBuilder
.commontype.UserProperties userProps = 9;