@Generated(value="org.immutables.processor.ProxyProcessor") public final class ApplicationLog extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationLog.Builder
Builds instances of type
ApplicationLog. |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationLog.Builder |
builder()
Creates a builder for
ApplicationLog. |
boolean |
equals(Object another)
This instance is equal to all instances of
ApplicationLog that have equal attribute values. |
String |
getInstanceId() |
ApplicationLogType |
getLogType() |
String |
getMessage() |
String |
getSourceId() |
String |
getSourceType() |
Long |
getTimestamp() |
int |
hashCode()
Computes a hash code from attributes:
sourceId, instanceId, sourceType, message, logType, timestamp. |
String |
toString()
Prints the immutable value
ApplicationLog with attribute values. |
public String getSourceId()
sourceId attributepublic String getInstanceId()
instanceId attributepublic String getSourceType()
sourceType attributepublic String getMessage()
message attributepublic ApplicationLogType getLogType()
logType attributepublic Long getTimestamp()
timestamp attributepublic boolean equals(Object another)
ApplicationLog that have equal attribute values.public int hashCode()
sourceId, instanceId, sourceType, message, logType, timestamp.public String toString()
ApplicationLog with attribute values.public static ApplicationLog.Builder builder()
ApplicationLog.
ApplicationLog.builder()
.sourceId(String) // required sourceId
.instanceId(String) // required instanceId
.sourceType(String) // required sourceType
.message(String) // required message
.logType(org.cloudfoundry.operations.applications.ApplicationLogType) // required logType
.timestamp(Long) // required timestamp
.build();
Copyright © 2026. All rights reserved.