@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetAuditEventResponse extends AuditEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
GetAuditEventResponse.Builder
Builds instances of type
GetAuditEventResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetAuditEventResponse.Builder |
builder()
Creates a builder for
GetAuditEventResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetAuditEventResponse 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
GetAuditEventResponse 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)
GetAuditEventResponse that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, auditEventActor, auditEventTarget, data, organizationRelationship, spaceRelationship, type.public String toString()
GetAuditEventResponse with attribute values.public static GetAuditEventResponse.Builder builder()
GetAuditEventResponse.
GetAuditEventResponse.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.