Class AcceptCertificateTransferRequest

    • Constructor Detail

      • AcceptCertificateTransferRequest

        public AcceptCertificateTransferRequest()
    • Method Detail

      • setCertificateId

        public void setCertificateId​(String certificateId)

        The ID of the certificate.

        Parameters:
        certificateId - The ID of the certificate.
      • getCertificateId

        public String getCertificateId()

        The ID of the certificate.

        Returns:
        The ID of the certificate.
      • withCertificateId

        public AcceptCertificateTransferRequest withCertificateId​(String certificateId)

        The ID of the certificate.

        Parameters:
        certificateId - The ID of the certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSetAsActive

        public void setSetAsActive​(Boolean setAsActive)

        Specifies whether the certificate is active.

        Parameters:
        setAsActive - Specifies whether the certificate is active.
      • getSetAsActive

        public Boolean getSetAsActive()

        Specifies whether the certificate is active.

        Returns:
        Specifies whether the certificate is active.
      • withSetAsActive

        public AcceptCertificateTransferRequest withSetAsActive​(Boolean setAsActive)

        Specifies whether the certificate is active.

        Parameters:
        setAsActive - Specifies whether the certificate is active.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSetAsActive

        public Boolean isSetAsActive()

        Specifies whether the certificate is active.

        Returns:
        Specifies whether the certificate is active.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object