| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableApplicationLog |
ImmutableApplicationLog.Builder.build()
Builds a new
ImmutableApplicationLog. |
static ImmutableApplicationLog |
ImmutableApplicationLog.copyOf(ApplicationLog instance)
Creates an immutable copy of a
ApplicationLog value. |
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. |
Copyright © 2020 SAP SE. All rights reserved.