public class ForwardMapResponse extends Object
Constructor and Description |
---|
ForwardMapResponse(Trackable forwardState) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Trackable |
getForwardState()
The resulting sandbox state
|
int |
hashCode() |
boolean |
isOverride()
Whether or not the state is an override of an item from another catalog.
|
boolean |
isShouldArchiveOriginal()
Whether or not the originating item for the promotion should be archived.
|
boolean |
isShouldArchiveTarget()
Whether or not the target of the promotion should be archived.
|
void |
setOverride(boolean isOverride)
Whether or not the state is an override of an item from another catalog.
|
void |
setShouldArchiveOriginal(boolean shouldArchiveOriginal)
Whether or not the originating item for the promotion should be archived.
|
void |
setShouldArchiveTarget(boolean shouldArchiveTarget)
Whether or not the target of the promotion should be archived.
|
String |
toString() |
ForwardMapResponse |
withIsOverride(boolean isOverride) |
ForwardMapResponse |
withShouldArchiveOriginal(boolean shouldArchiveOriginal) |
ForwardMapResponse |
withShouldArchiveTarget(boolean shouldArchiveTarget) |
public ForwardMapResponse(@NonNull Trackable forwardState)
public ForwardMapResponse withShouldArchiveOriginal(boolean shouldArchiveOriginal)
public ForwardMapResponse withShouldArchiveTarget(boolean shouldArchiveTarget)
public ForwardMapResponse withIsOverride(boolean isOverride)
@NonNull public Trackable getForwardState()
public boolean isShouldArchiveOriginal()
ChangeDetail.getObsolete()
).public boolean isShouldArchiveTarget()
public boolean isOverride()
public void setShouldArchiveOriginal(boolean shouldArchiveOriginal)
ChangeDetail.getObsolete()
).shouldArchiveOriginal
- Whether or not the originating item for the promotion should be
archivedpublic void setShouldArchiveTarget(boolean shouldArchiveTarget)
shouldArchiveTarget
- Whether or not the target of the promotion should be archivedpublic void setOverride(boolean isOverride)
isOverride
- Whether or not the state is an override of an item from another catalogprotected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.