Class InboundConnectionEndpointClientCertificatesResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dfworkload.model.InboundConnectionEndpointClientCertificatesResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:38.216-07:00") public class InboundConnectionEndpointClientCertificatesResponse extends CdpResponse
Response object that contains the client's certificates.
  • Constructor Details

    • InboundConnectionEndpointClientCertificatesResponse

      public InboundConnectionEndpointClientCertificatesResponse()
  • Method Details

    • getClientCertificate

      public String getClientCertificate()
      Getter for clientCertificate. The client's certificate.
    • setClientCertificate

      public void setClientCertificate(String clientCertificate)
      Setter for clientCertificate. The client's certificate.
    • getClientPrivateKey

      public String getClientPrivateKey()
      Getter for clientPrivateKey. The client's private key.
    • setClientPrivateKey

      public void setClientPrivateKey(String clientPrivateKey)
      Setter for clientPrivateKey. The client's private key.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object