Class InboundConnectionEndpointClientCertificateResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class InboundConnectionEndpointClientCertificateResponse
    extends CdpResponse
    Response object that contains the client's certificate.
    • Constructor Detail

      • InboundConnectionEndpointClientCertificateResponse

        public InboundConnectionEndpointClientCertificateResponse()
    • Method Detail

      • getCertificate

        public String getCertificate()
        Getter for certificate. The client's encoded certificate.
      • setCertificate

        public void setCertificate​(String certificate)
        Setter for certificate. The client's encoded certificate.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object