Class ExternalReferenceIdRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.ExternalReferenceIdRequestBody
ExternalReferenceIdRequestBody provides a structure for the unique external reference identifier.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals method that returns true if containing properties are the same.Return the unique identifier for the certificate from the certificate authority.int
hashCode()
Return hash code for this objectvoid
setReferenceId
(String referenceId) Set up the unique identifier for the certificate from the certificate authority.toString()
JSON-style toString.
-
Constructor Details
-
ExternalReferenceIdRequestBody
public ExternalReferenceIdRequestBody()Default constructor -
ExternalReferenceIdRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getReferenceId
Return the unique identifier for the certificate from the certificate authority.- Returns:
- String identifier
-
setReferenceId
Set up the unique identifier for the certificate from the certificate authority.- Parameters:
referenceId
- String identifier
-
toString
JSON-style toString. -
equals
Equals method that returns true if containing properties are the same. -
hashCode
public int hashCode()Return hash code for this object
-