ImmutableMQTTOutput |
ImmutableMQTTOutput.Builder.build() |
|
static ImmutableMQTTOutput |
ImmutableMQTTOutput.copyOf(MQTTOutput instance) |
|
ImmutableMQTTOutput |
ImmutableMQTTOutput.withClientID(String value) |
Copy the current immutable object by setting a value for the clientID attribute.
|
ImmutableMQTTOutput |
ImmutableMQTTOutput.withCollectionID(String value) |
Copy the current immutable object by setting a value for the collectionID attribute.
|
ImmutableMQTTOutput |
ImmutableMQTTOutput.withDisableCertCheck(Boolean value) |
Copy the current immutable object by setting a value for the disableCertCheck attribute.
|
ImmutableMQTTOutput |
ImmutableMQTTOutput.withEnabled(Boolean value) |
Copy the current immutable object by setting a value for the enabled attribute.
|
ImmutableMQTTOutput |
ImmutableMQTTOutput.withEndpoint(String value) |
Copy the current immutable object by setting a value for the endpoint attribute.
|
ImmutableMQTTOutput |
ImmutableMQTTOutput.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableMQTTOutput |
ImmutableMQTTOutput.withPassword(String value) |
Copy the current immutable object by setting a value for the password attribute.
|
ImmutableMQTTOutput |
ImmutableMQTTOutput.withTags(Map<String,? extends String> entries) |
Copy the current immutable object by replacing the tags map with the specified map.
|
ImmutableMQTTOutput |
ImmutableMQTTOutput.withTopicName(String value) |
Copy the current immutable object by setting a value for the topicName attribute.
|
ImmutableMQTTOutput |
ImmutableMQTTOutput.withUsername(String value) |
Copy the current immutable object by setting a value for the username attribute.
|