public class UpdateGovernanceActionProcessRequestBody extends NewGovernanceActionProcessRequestBody
| Constructor and Description |
|---|
UpdateGovernanceActionProcessRequestBody()
Default constructor
|
UpdateGovernanceActionProcessRequestBody(UpdateGovernanceActionProcessRequestBody template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
boolean |
getMergeUpdate()
Return indication of there properties should be over-write or replace existing properties.
|
int |
hashCode()
Return hash code for this object
|
void |
setMergeUpdate(boolean mergeUpdate)
Set up the indication of there properties should be over-write or replace existing properties.
|
String |
toString()
JSON-style toString
|
getProcessStatus, getProperties, setProcessStatus, setPropertiespublic UpdateGovernanceActionProcessRequestBody()
public UpdateGovernanceActionProcessRequestBody(UpdateGovernanceActionProcessRequestBody template)
template - object to copypublic boolean getMergeUpdate()
public void setMergeUpdate(boolean mergeUpdate)
mergeUpdate - boolean flagpublic String toString()
toString in class NewGovernanceActionProcessRequestBodypublic boolean equals(Object objectToCompare)
equals in class NewGovernanceActionProcessRequestBodyobjectToCompare - test objectpublic int hashCode()
hashCode in class NewGovernanceActionProcessRequestBodyCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.