Class CertificateIdRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIRequestBody
org.odpi.openmetadata.accessservices.assetowner.rest.CertificateIdRequestBody
- All Implemented Interfaces:
Serializable
CertificateIdRequestBody provides a structure for the unique certificate identifier.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals method that returns true if containing properties are the same.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.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.- Overrides:
toStringin classAssetOwnerOMASAPIRequestBody- Returns:
- list of properties and their values.
-
equals
Equals method that returns true if containing properties are the same. -
hashCode
public int hashCode()Return hash code for this object
-