@Generated(value="org.immutables.processor.ProxyProcessor") public final class Log extends Object
_Log.
Use the builder to create immutable instances:
Log.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
Log.Builder
Builds instances of type
Log. |
| Modifier and Type | Method and Description |
|---|---|
static Log.Builder |
builder()
Creates a builder for
Log. |
boolean |
equals(Object another)
This instance is equal to all instances of
Log that have equal attribute values. |
String |
getPayload()
The log payload
|
String |
getPayloadAsText() |
LogType |
getType()
The log type
|
int |
hashCode()
Computes a hash code from attributes:
payload, type. |
String |
toString()
Prints the immutable value
Log with attribute values. |
public String getPayload()
public LogType getType()
public boolean equals(Object another)
Log that have equal attribute values.public int hashCode()
payload, type.public String toString()
Log with attribute values.public static Log.Builder builder()
Log.
Log.builder()
.payload(String | null) // nullable payload
.type(org.cloudfoundry.logcache.v1.LogType | null) // nullable type
.build();
public String getPayloadAsText()
Copyright © 2022. All rights reserved.