Uses of Class
com.telenordigital.nbiot.ImmutableOutputStatus
-
Packages that use ImmutableOutputStatus Package Description com.telenordigital.nbiot -
-
Uses of ImmutableOutputStatus in com.telenordigital.nbiot
Methods in com.telenordigital.nbiot that return ImmutableOutputStatus Modifier and Type Method Description ImmutableOutputStatusImmutableOutputStatus.Builder. build()Builds a newImmutableOutputStatus.static ImmutableOutputStatusImmutableOutputStatus. copyOf(OutputStatus instance)Creates an immutable copy of aOutputStatusvalue.ImmutableOutputStatusImmutableOutputStatus. withErrorCount(int value)Copy the current immutable object by setting a value for theerrorCountattribute.ImmutableOutputStatusImmutableOutputStatus. withForwarded(int value)Copy the current immutable object by setting a value for theforwardedattribute.ImmutableOutputStatusImmutableOutputStatus. withReceived(int value)Copy the current immutable object by setting a value for thereceivedattribute.ImmutableOutputStatusImmutableOutputStatus. withRetries(int value)Copy the current immutable object by setting a value for theretriesattribute.
-