@Generated(value="org.immutables.processor.ProxyProcessor") public final class AuditEventResource extends AuditEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
AuditEventResource.Builder
Builds instances of type
AuditEventResource. |
| Modifier and Type | Method and Description |
|---|---|
static AuditEventResource.Builder |
builder()
Creates a builder for
AuditEventResource. |
boolean |
equals(Object another)
This instance is equal to all instances of
AuditEventResource that have equal attribute values. |
AuditEventActor |
getAuditEventActor()
The event actor
|
AuditEventTarget |
getAuditEventTarget()
The event target
|
String |
getCreatedAt()
When the resource was created
|
Map<String,Object> |
getData()
Additional information about event
|
String |
getId()
The resource's id
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
Relationship |
getOrganizationRelationship()
The organization where the event occurred
|
Relationship |
getSpaceRelationship()
The space where the event occurred.
|
String |
getType()
The event type
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, id, links, updatedAt, auditEventActor, auditEventTarget, data, organizationRelationship, spaceRelationship, type. |
String |
toString()
Prints the immutable value
AuditEventResource with attribute values. |
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic AuditEventActor getAuditEventActor()
getAuditEventActor in class AuditEventpublic AuditEventTarget getAuditEventTarget()
getAuditEventTarget in class AuditEventpublic Map<String,Object> getData()
getData in class AuditEventpublic Relationship getOrganizationRelationship()
getOrganizationRelationship in class AuditEventpublic Relationship getSpaceRelationship()
getSpaceRelationship in class AuditEventpublic String getType()
getType in class AuditEventpublic boolean equals(Object another)
AuditEventResource that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, auditEventActor, auditEventTarget, data, organizationRelationship, spaceRelationship, type.public String toString()
AuditEventResource with attribute values.public static AuditEventResource.Builder builder()
AuditEventResource.
AuditEventResource.builder()
.createdAt(String) // required createdAt
.id(String) // required id
.link|putAllLinks(String => Link) // links mappings
.updatedAt(String | null) // nullable updatedAt
.auditEventActor(org.cloudfoundry.client.v3.auditevents.AuditEventActor | null) // nullable auditEventActor
.auditEventTarget(org.cloudfoundry.client.v3.auditevents.AuditEventTarget | null) // nullable auditEventTarget
.data(Map<String, Object> | null) // nullable data
.organizationRelationship(org.cloudfoundry.client.v3.Relationship | null) // nullable organizationRelationship
.spaceRelationship(org.cloudfoundry.client.v3.Relationship | null) // nullable spaceRelationship
.type(String | null) // nullable type
.build();
Copyright © 2020. All rights reserved.