public class ExternalReferenceRequestBody extends GovernanceProgramOMASAPIRequestBody
| Constructor and Description |
|---|
ExternalReferenceRequestBody()
Default constructor
|
ExternalReferenceRequestBody(ExternalReferenceRequestBody 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.
|
String |
getAnchorGUID()
Return the optional anchor unique identifier.
|
ExternalReferenceProperties |
getProperties()
Return the properties for this external reference.
|
int |
hashCode()
Return hash code for this object
|
void |
setAnchorGUID(String guid)
Set up the optional anchor unique identifier.
|
void |
setProperties(ExternalReferenceProperties properties)
Set up the properties for this external reference.
|
String |
toString()
JSON-style toString.
|
public ExternalReferenceRequestBody()
public ExternalReferenceRequestBody(ExternalReferenceRequestBody template)
template - object to copypublic String getAnchorGUID()
public void setAnchorGUID(String guid)
guid - String guidpublic ExternalReferenceProperties getProperties()
public void setProperties(ExternalReferenceProperties properties)
properties - datepublic String toString()
toString in class GovernanceProgramOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.