public class RejectMapResponse extends Object
Constructor and Description |
---|
RejectMapResponse(Trackable userState) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Trackable |
getAdvancedState()
The resulting promotion sandbox state after any
ChangeDetail instances have been
removed, and the entity state updated to reflect the removal. |
Trackable |
getUserState()
The resulting user sandbox state after the reject request.
|
int |
hashCode() |
boolean |
isShouldArchiveAdvancedState() |
void |
setAdvancedState(Trackable advancedState)
The resulting promotion sandbox state after any
ChangeDetail instances have been
removed, and the entity state updated to reflect the removal. |
void |
setShouldArchiveAdvancedState(boolean shouldArchiveAdvancedState) |
String |
toString() |
RejectMapResponse |
withAdvancedState(Trackable advancedState) |
RejectMapResponse |
withShouldArchiveAdvancedState(boolean shouldArchiveAdvancedState) |
public RejectMapResponse(Trackable userState)
public RejectMapResponse withAdvancedState(Trackable advancedState)
public RejectMapResponse withShouldArchiveAdvancedState(boolean shouldArchiveAdvancedState)
public Trackable getAdvancedState()
ChangeDetail
instances have been
removed, and the entity state updated to reflect the removal. This can be null in cases where
the reject request resulted in the removal of all change details.public Trackable getUserState()
public boolean isShouldArchiveAdvancedState()
public void setAdvancedState(Trackable advancedState)
ChangeDetail
instances have been
removed, and the entity state updated to reflect the removal. This can be null in cases where
the reject request resulted in the removal of all change details.advancedState
- The resulting promotion sandbox state after a reject requestpublic void setShouldArchiveAdvancedState(boolean shouldArchiveAdvancedState)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.