-
Method Summary
com.google.protobuf.ByteString
com.google.protobuf.ByteString
optional string clientId = 5;
com.google.protobuf.ByteString
optional string clientId = 5;
boolean
com.google.protobuf.ByteString
optional bytes password = 3;
com.google.protobuf.ByteString
int
optional string username = 2;
com.google.protobuf.ByteString
optional string username = 2;
boolean
boolean
optional string clientId = 5;
boolean
optional bytes password = 3;
boolean
optional string username = 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
-
getIsMQIsdp
MQIsdp is MQTT 3.1
bool isMQIsdp = 1;
- Returns:
- The isMQIsdp.
-
hasUsername
optional string username = 2;
- Returns:
- Whether the username field is set.
-
getUsername
optional string username = 2;
- Returns:
- The username.
-
getUsernameBytes
optional string username = 2;
- Returns:
- The bytes for username.
-
hasPassword
optional bytes password = 3;
- Returns:
- Whether the password field is set.
-
getPassword
optional bytes password = 3;
- Returns:
- The password.
-
hasCert
optional bytes cert = 4;
- Returns:
- Whether the cert field is set.
-
getCert
com.google.protobuf.ByteString getCert()
optional bytes cert = 4;
- Returns:
- The cert.
-
hasClientId
optional string clientId = 5;
- Returns:
- Whether the clientId field is set.
-
getClientId
optional string clientId = 5;
- Returns:
- The clientId.
-
getClientIdBytes
optional string clientId = 5;
- Returns:
- The bytes for clientId.
-
getRemoteAddr
string remoteAddr = 6;
- Returns:
- The remoteAddr.
-
getRemoteAddrBytes
string remoteAddr = 6;
- Returns:
- The bytes for remoteAddr.
-
getRemotePort
uint32 remotePort = 7;
- Returns:
- The remotePort.
-
getChannelId
string channelId = 8;
- Returns:
- The channelId.
-
getChannelIdBytes
string channelId = 8;
- Returns:
- The bytes for channelId.