Class ConfigContentResp


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class ConfigContentResp
    extends Object
    Contents of a ConfigBlock.
    • Constructor Detail

      • ConfigContentResp

        public ConfigContentResp()
    • Method Detail

      • getKeyValues

        public Map<String,​String> getKeyValues()
        Getter for keyValues. Key-value type configurations.
      • setKeyValues

        public void setKeyValues​(Map<String,​String> keyValues)
        Setter for keyValues. Key-value type configurations.
      • getText

        public String getText()
        Getter for text. Text type configuration.
      • setText

        public void setText​(String text)
        Setter for text. Text type configuration.
      • getJson

        public String getJson()
        Getter for json. JSON type configuration.
      • setJson

        public void setJson​(String json)
        Setter for json. JSON type configuration.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object