public class UpdatePropertiesRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
UpdatePropertiesRequestBody()
Default constructor
|
UpdatePropertiesRequestBody(UpdatePropertiesRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
ElementProperties |
getProperties()
Return the properties for the update.
|
boolean |
getReplaceProperties()
Return the flag to indicate whether to completely replace the existing properties with the new properties, or just update
the individual properties specified on the request.
|
int |
hashCode()
Return hash code for this object
|
void |
setProperties(ElementProperties properties)
Set up the properties for the update.
|
void |
setReplaceProperties(boolean replaceProperties)
Set up the flag to indicate whether to completely replace the existing properties with the new properties, or just update
the individual properties specified on the request.
|
String |
toString()
JSON-style toString.
|
public UpdatePropertiesRequestBody()
public UpdatePropertiesRequestBody(UpdatePropertiesRequestBody template)
template - object to copypublic boolean getReplaceProperties()
public void setReplaceProperties(boolean replaceProperties)
replaceProperties - boolean flagpublic ElementProperties getProperties()
public void setProperties(ElementProperties properties)
properties - list of propertiespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.