Class GetRootCertificateResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class GetRootCertificateResponse
    extends CdpResponse
    Response object with base64 encoded contents of the public certificate for an environment.
    • Constructor Detail

      • GetRootCertificateResponse

        public GetRootCertificateResponse()
    • Method Detail

      • getContents

        public String getContents()
        Getter for contents. Contents of a certificate.
      • setContents

        public void setContents​(String contents)
        Setter for contents. Contents of a certificate.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object