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.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
ChangeEventCustomAttributesAuthor |
getAuthor()
Object representing the entity which made the change.
|
ChangeEventCustomAttributesChangedResource |
getChangedResource()
Object representing a uniquely identified resource.
|
Map<String,Object> |
getChangeMetadata()
Free form 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 object to track new value of the changed resource.
|
Map<String,Object> |
getPrevValue()
Free form object to track previous value of the changed resource.
|
int |
hashCode() |
ChangeEventCustomAttributes |
impactedResources(List<ChangeEventCustomAttributesImpactedResourcesItems> impactedResources) |
ChangeEventCustomAttributes |
newValue(Map<String,Object> newValue) |
ChangeEventCustomAttributes |
prevValue(Map<String,Object> prevValue) |
ChangeEventCustomAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
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() |