All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ChangeEventCustomAttributes |
addImpactedResourcesItem(ChangeEventCustomAttributesImpactedResourcesItems impactedResourcesItem) |
ChangeEventCustomAttributes |
author(ChangeEventCustomAttributesAuthor author) |
ChangeEventCustomAttributes |
changedResource(ChangeEventCustomAttributesChangedResource changedResource) |
ChangeEventCustomAttributes |
changeMetadata(Map<String,Object> changeMetadata) |
boolean |
equals(Object o)
Return true if this ChangeEventCustomAttributes object is equal to o.
|
ChangeEventCustomAttributesAuthor |
getAuthor()
The entity that made the change.
|
ChangeEventCustomAttributesChangedResource |
getChangedResource()
A uniquely identified resource.
|
Map<String,Object> |
getChangeMetadata()
Free form JSON object with information related to the change event.
|
List<ChangeEventCustomAttributesImpactedResourcesItems> |
getImpactedResources()
A list of resources impacted by this change.
|
Map<String,Object> |
getNewValue()
Free form JSON object representing the new state of the changed resource.
|
Map<String,Object> |
getPrevValue()
Free form JSON object representing the previous state of the changed resource.
|
int |
hashCode() |
ChangeEventCustomAttributes |
impactedResources(List<ChangeEventCustomAttributesImpactedResourcesItems> impactedResources) |
ChangeEventCustomAttributes |
newValue(Map<String,Object> newValue) |
ChangeEventCustomAttributes |
prevValue(Map<String,Object> prevValue) |
ChangeEventCustomAttributes |
putChangeMetadataItem(String key,
Object changeMetadataItem) |
ChangeEventCustomAttributes |
putNewValueItem(String key,
Object newValueItem) |
ChangeEventCustomAttributes |
putPrevValueItem(String key,
Object prevValueItem) |
void |
setAuthor(ChangeEventCustomAttributesAuthor author) |
void |
setChangedResource(ChangeEventCustomAttributesChangedResource changedResource) |
void |
setChangeMetadata(Map<String,Object> changeMetadata) |
void |
setImpactedResources(List<ChangeEventCustomAttributesImpactedResourcesItems> impactedResources) |
void |
setNewValue(Map<String,Object> newValue) |
void |
setPrevValue(Map<String,Object> prevValue) |
String |
toString() |