Uses of Class
com.telenordigital.nbiot.ImmutableUDPOutput
-
Packages that use ImmutableUDPOutput Package Description com.telenordigital.nbiot -
-
Uses of ImmutableUDPOutput in com.telenordigital.nbiot
Methods in com.telenordigital.nbiot that return ImmutableUDPOutput Modifier and Type Method Description ImmutableUDPOutputImmutableUDPOutput.Builder. build()Builds a newImmutableUDPOutput.static ImmutableUDPOutputImmutableUDPOutput. copyOf(UDPOutput instance)Creates an immutable copy of aUDPOutputvalue.ImmutableUDPOutputImmutableUDPOutput. withCollectionID(String value)Copy the current immutable object by setting a value for thecollectionIDattribute.ImmutableUDPOutputImmutableUDPOutput. withEnabled(Boolean value)Copy the current immutable object by setting a value for theenabledattribute.ImmutableUDPOutputImmutableUDPOutput. withHost(String value)Copy the current immutable object by setting a value for thehostattribute.ImmutableUDPOutputImmutableUDPOutput. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableUDPOutputImmutableUDPOutput. withPort(Integer value)Copy the current immutable object by setting a value for theportattribute.ImmutableUDPOutputImmutableUDPOutput. withTags(Map<String,? extends String> entries)Copy the current immutable object by replacing thetagsmap with the specified map.
-