ImmutableApplicationLog |
ImmutableApplicationLog.Builder.build() |
|
static ImmutableApplicationLog |
ImmutableApplicationLog.copyOf(ApplicationLog instance) |
|
ImmutableApplicationLog |
ImmutableApplicationLog.withApplicationGuid(String value) |
Copy the current immutable object by setting a value for the applicationGuid attribute.
|
ImmutableApplicationLog |
ImmutableApplicationLog.withMessage(String value) |
Copy the current immutable object by setting a value for the message attribute.
|
ImmutableApplicationLog |
ImmutableApplicationLog.withMessageType(ApplicationLog.MessageType value) |
Copy the current immutable object by setting a value for the messageType attribute.
|
ImmutableApplicationLog |
ImmutableApplicationLog.withSourceId(String value) |
Copy the current immutable object by setting a value for the sourceId attribute.
|
ImmutableApplicationLog |
ImmutableApplicationLog.withSourceName(String value) |
Copy the current immutable object by setting a value for the sourceName attribute.
|
ImmutableApplicationLog |
ImmutableApplicationLog.withTimestamp(Date value) |
Copy the current immutable object by setting a value for the timestamp attribute.
|