Uses of Class
com.telenordigital.nbiot.ImmutableOutputLogEntry
-
Packages that use ImmutableOutputLogEntry Package Description com.telenordigital.nbiot -
-
Uses of ImmutableOutputLogEntry in com.telenordigital.nbiot
Methods in com.telenordigital.nbiot that return ImmutableOutputLogEntry Modifier and Type Method Description ImmutableOutputLogEntryImmutableOutputLogEntry.Builder. build()Builds a newImmutableOutputLogEntry.static ImmutableOutputLogEntryImmutableOutputLogEntry. copyOf(OutputLogEntry instance)Creates an immutable copy of aOutputLogEntryvalue.ImmutableOutputLogEntryImmutableOutputLogEntry. withMessage(String value)Copy the current immutable object by setting a value for themessageattribute.ImmutableOutputLogEntryImmutableOutputLogEntry. withRepeated(int value)Copy the current immutable object by setting a value for therepeatedattribute.ImmutableOutputLogEntryImmutableOutputLogEntry. withTimestamp(long value)Copy the current immutable object by setting a value for thetimestampattribute.
-