Class CertificateIdRequestBody

java.lang.Object
org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIRequestBody
org.odpi.openmetadata.accessservices.assetowner.rest.CertificateIdRequestBody

public class CertificateIdRequestBody extends AssetOwnerOMASAPIRequestBody
CertificateIdRequestBody provides a structure for the unique certificate identifier.
  • Constructor Details

    • CertificateIdRequestBody

      public CertificateIdRequestBody()
      Default constructor
    • CertificateIdRequestBody

      public CertificateIdRequestBody(CertificateIdRequestBody template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • 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:
      toString in class AssetOwnerOMASAPIRequestBody
      Returns:
      list of properties and their values.
    • equals

      public boolean equals(Object objectToCompare)
      Equals method that returns true if containing properties are the same.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - object to compare
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class Object
      Returns:
      int hash code