Class GetKeytabResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-06-05T15:30:58.948-07:00")
    public class GetKeytabResponse
    extends CdpResponse
    Request object for get keytab request.
    • Constructor Detail

      • GetKeytabResponse

        public GetKeytabResponse()
    • Method Detail

      • getContents

        public String getContents()
        Getter for contents. The contents of the keytab encoded as a base64 string.
      • setContents

        public void setContents​(String contents)
        Setter for contents. The contents of the keytab encoded as a base64 string.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object