Class CertificateIdRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceProgramOMASAPIRequestBody
-
- org.odpi.openmetadata.accessservices.governanceprogram.rest.CertificateIdRequestBody
-
- All Implemented Interfaces:
Serializable
public class CertificateIdRequestBody extends GovernanceProgramOMASAPIRequestBody
CertificateIdRequestBody provides a structure for the unique certificate identifier.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CertificateIdRequestBody()Default constructorCertificateIdRequestBody(CertificateIdRequestBody 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.StringgetCertificateId()Return the unique identifier for the certificate from the certificate authority.inthashCode()Return hash code for this objectvoidsetCertificateId(String certificateId)Set up the unique identifier for the certificate from the certificate authority.StringtoString()JSON-style toString.
-
-
-
Constructor Detail
-
CertificateIdRequestBody
public CertificateIdRequestBody()
Default constructor
-
CertificateIdRequestBody
public CertificateIdRequestBody(CertificateIdRequestBody template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getCertificateId
public String getCertificateId()
Return the unique identifier for the certificate from the certificate authority.- Returns:
- String identifier
-
setCertificateId
public void setCertificateId(String certificateId)
Set up the unique identifier for the certificate from the certificate authority.- Parameters:
certificateId- 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.
-
-