Class ConfigContentReq

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class ConfigContentReq extends Object
Contents of a ConfigBlock.
  • Constructor Details

    • ConfigContentReq

      public ConfigContentReq()
  • Method Details

    • 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.
    • 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