public class ContextChangeContainer extends Object implements ChangeContainer
ChangeContainer
to be used with ContextRequest
.Constructor and Description |
---|
ContextChangeContainer() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getId()
Generally, the context id of the top-level entity that changed
|
String |
getName()
The name of the top-level entity that changed, which is typically snake-cased and
capitalized, i.e., "PRODUCT".
|
String |
getRouteKey() |
String |
getSubContainerName()
The name of the sub-container (second-level entity), which is typically snake-cased and
capitalized i.e., "PRICE_DATA".
|
int |
hashCode() |
void |
setId(String id)
Generally, the context id of the top-level entity that changed
|
void |
setName(String name)
The name of the top-level entity that changed, which is typically snake-cased and
capitalized, i.e., "PRODUCT".
|
void |
setRouteKey(String routeKey) |
void |
setSubContainerName(String subContainerName)
The name of the sub-container (second-level entity), which is typically snake-cased and
capitalized i.e., "PRICE_DATA".
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getContainerCatalog, setContainerCatalog
public String getId()
ChangeContainer
getId
in interface ChangeContainer
Trackable.getContextId()
public String getName()
ChangeContainer
getName
in interface ChangeContainer
public String getRouteKey()
getRouteKey
in interface ChangeContainer
public String getSubContainerName()
ChangeContainer
getSubContainerName
in interface ChangeContainer
public void setId(String id)
ChangeContainer
setId
in interface ChangeContainer
id
- Generally, the context id of the top-level entity that changedTrackable.getContextId()
public void setName(String name)
ChangeContainer
setName
in interface ChangeContainer
name
- The name of the top-level entity that changed, which is typically snake-cased and
capitalized, i.e., "PRODUCT"public void setRouteKey(String routeKey)
setRouteKey
in interface ChangeContainer
public void setSubContainerName(String subContainerName)
ChangeContainer
setSubContainerName
in interface ChangeContainer
subContainerName
- The name of the sub-container (second-level entity), which is
typically snake-cased and capitalized, i.e., "PRICE_DATA"protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.