@Generated(value="org.immutables.processor.ProxyProcessor") public final class AuditEventTarget extends Object
_AuditEventTarget.
Use the builder to create immutable instances:
AuditEventTarget.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
AuditEventTarget.Builder
Builds instances of type
AuditEventTarget. |
| Modifier and Type | Method and Description |
|---|---|
static AuditEventTarget.Builder |
builder()
Creates a builder for
AuditEventTarget. |
boolean |
equals(Object another)
This instance is equal to all instances of
AuditEventTarget that have equal attribute values. |
String |
getId()
The target id
|
String |
getName()
The target name
|
String |
getType()
The target type
|
int |
hashCode()
Computes a hash code from attributes:
id, name, type. |
String |
toString()
Prints the immutable value
AuditEventTarget with attribute values. |
public String getId()
public String getName()
public String getType()
public boolean equals(Object another)
AuditEventTarget that have equal attribute values.public int hashCode()
id, name, type.public String toString()
AuditEventTarget with attribute values.public static AuditEventTarget.Builder builder()
AuditEventTarget.
AuditEventTarget.builder()
.id(String) // required id
.name(String) // required name
.type(String) // required type
.build();
Copyright © 2020. All rights reserved.