Class ConfigContentResp

java.lang.Object
com.cloudera.cdp.dw.model.ConfigContentResp

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:33.811-07:00") public class ConfigContentResp extends Object
Contents of a ConfigBlock.
  • Constructor Details Link icon

    • ConfigContentResp Link icon

      public ConfigContentResp()
  • Method Details Link icon

    • getKeyValues Link icon

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

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

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

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

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

      public void setJson(String json)
      Setter for json. JSON type configuration.
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object