| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableApplicationLog.Builder |
ImmutableApplicationLog.Builder.applicationGuid(String applicationGuid)
Initializes the value for the
applicationGuid attribute. |
static ImmutableApplicationLog.Builder |
ImmutableApplicationLog.builder()
Creates a builder for
ImmutableApplicationLog. |
ImmutableApplicationLog.Builder |
ImmutableApplicationLog.Builder.from(ApplicationLog instance)
Fill a builder with attribute values from the provided
ApplicationLog instance. |
ImmutableApplicationLog.Builder |
ImmutableApplicationLog.Builder.message(String message)
Initializes the value for the
message attribute. |
ImmutableApplicationLog.Builder |
ImmutableApplicationLog.Builder.messageType(ApplicationLog.MessageType messageType)
Initializes the value for the
messageType attribute. |
ImmutableApplicationLog.Builder |
ImmutableApplicationLog.Builder.sourceId(String sourceId)
Initializes the value for the
sourceId attribute. |
ImmutableApplicationLog.Builder |
ImmutableApplicationLog.Builder.sourceName(String sourceName)
Initializes the value for the
sourceName attribute. |
ImmutableApplicationLog.Builder |
ImmutableApplicationLog.Builder.timestamp(Date timestamp)
Initializes the value for the
timestamp attribute. |
Copyright © 2020 SAP SE. All rights reserved.