public class ProcessCallRequestBody extends AssetManagerIdentifiersRequestBody
| Constructor and Description |
|---|
ProcessCallRequestBody()
Default constructor
|
ProcessCallRequestBody(ProcessCallRequestBody template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
ProcessCallProperties |
getProperties()
Return the properties for the relationship.
|
int |
hashCode()
Return hash code for this object
|
void |
setProperties(ProcessCallProperties properties)
Set up the properties for the relationship.
|
String |
toString()
JSON-style toString
|
getAssetManagerGUID, getAssetManagerName, setAssetManagerGUID, setAssetManagerNamepublic ProcessCallRequestBody()
public ProcessCallRequestBody(ProcessCallRequestBody template)
template - object to copypublic ProcessCallProperties getProperties()
public void setProperties(ProcessCallProperties properties)
properties - properties objectpublic String toString()
toString in class AssetManagerIdentifiersRequestBodypublic boolean equals(Object objectToCompare)
equals in class AssetManagerIdentifiersRequestBodyobjectToCompare - test objectpublic int hashCode()
hashCode in class AssetManagerIdentifiersRequestBodyCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.