Class ExternalReferenceIdRequestBody

    • Constructor Detail

      • ExternalReferenceIdRequestBody

        public ExternalReferenceIdRequestBody()
        Default constructor
      • ExternalReferenceIdRequestBody

        public ExternalReferenceIdRequestBody​(ExternalReferenceIdRequestBody template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getReferenceId

        public String getReferenceId()
        Return the unique identifier for the certificate from the certificate authority.
        Returns:
        String identifier
      • setReferenceId

        public void setReferenceId​(String referenceId)
        Set up the unique identifier for the certificate from the certificate authority.
        Parameters:
        referenceId - String identifier
      • 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