Class CertificateIdRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.CertificateIdRequestBody
CertificateIdRequestBody provides a structure for the unique certificate 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
setCertificateId
(String certificateId) Set up the unique identifier for the certificate from the certificate authority.toString()
JSON-style toString.
-
Constructor Details
-
CertificateIdRequestBody
public CertificateIdRequestBody()Default constructor -
CertificateIdRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getCertificateId
Return the unique identifier for the certificate from the certificate authority.- Returns:
- String identifier
-
setCertificateId
Set up the unique identifier for the certificate from the certificate authority.- Parameters:
certificateId
- 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
-