public class UpdateGovernanceActionTypeRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
UpdateGovernanceActionTypeRequestBody()
Default constructor
|
UpdateGovernanceActionTypeRequestBody(UpdateGovernanceActionTypeRequestBody 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.
|
GovernanceActionTypeProperties |
getProperties()
Return the properties for the element.
|
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.
|
void |
setProperties(GovernanceActionTypeProperties properties)
Set up the properties for the element.
|
String |
toString()
JSON-style toString
|
public UpdateGovernanceActionTypeRequestBody()
public UpdateGovernanceActionTypeRequestBody(UpdateGovernanceActionTypeRequestBody template)
template - object to copypublic boolean getMergeUpdate()
public void setMergeUpdate(boolean mergeUpdate)
mergeUpdate - boolean flagpublic GovernanceActionTypeProperties getProperties()
public void setProperties(GovernanceActionTypeProperties properties)
properties - properties objectpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.