Class ExternalReferenceIdRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceProgramOMASAPIRequestBody
-
- org.odpi.openmetadata.accessservices.governanceprogram.rest.ExternalReferenceIdRequestBody
-
- All Implemented Interfaces:
Serializable
public class ExternalReferenceIdRequestBody extends GovernanceProgramOMASAPIRequestBody
ExternalReferenceIdRequestBody provides a structure for the unique external reference identifier.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalReferenceIdRequestBody()Default constructorExternalReferenceIdRequestBody(ExternalReferenceIdRequestBody template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Equals method that returns true if containing properties are the same.StringgetReferenceId()Return the unique identifier for the certificate from the certificate authority.inthashCode()Return hash code for this objectvoidsetReferenceId(String referenceId)Set up the unique identifier for the certificate from the certificate authority.StringtoString()JSON-style toString.
-
-
-
Constructor Detail
-
ExternalReferenceIdRequestBody
public ExternalReferenceIdRequestBody()
Default constructor
-
ExternalReferenceIdRequestBody
public ExternalReferenceIdRequestBody(ExternalReferenceIdRequestBody template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getReferenceId
public String getReferenceId()
Return the unique identifier for the certificate from the certificate authority.- Returns:
- String identifier
-
setReferenceId
public void setReferenceId(String referenceId)
Set up the unique identifier for the certificate from the certificate authority.- Parameters:
referenceId- String identifier
-
toString
public String toString()
JSON-style toString.- Overrides:
toStringin classGovernanceProgramOMASAPIRequestBody- Returns:
- list of properties and their values.
-
equals
public boolean equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
-
-