static MqttState |
MqttState.forNumber(int value) |
|
MqttState |
MqttConfig.Builder.getMqttEnabledState() |
If enabled, allows connections using the MQTT protocol.
|
MqttState |
MqttConfig.getMqttEnabledState() |
If enabled, allows connections using the MQTT protocol.
|
MqttState |
MqttConfigOrBuilder.getMqttEnabledState() |
If enabled, allows connections using the MQTT protocol.
|
static MqttState |
MqttState.valueOf(int value) |
Deprecated.
|
static MqttState |
MqttState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static MqttState |
MqttState.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MqttState[] |
MqttState.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|