Class ConfigBlock

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

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

    • ConfigBlock

      public ConfigBlock()
  • Method Details

    • getConfigFile

      public String getConfigFile()
      Getter for configFile. Configuration file to update.
    • setConfigFile

      public void setConfigFile(String configFile)
      Setter for configFile. Configuration file to update.
    • getKeyValue

      public Map<String,String> getKeyValue()
      Getter for keyValue. Set values for key-value format configuration file e.g. ENV, PROPERTIES, FLAGFILE, HADOOP_XML typed file.
    • setKeyValue

      public void setKeyValue(Map<String,String> keyValue)
      Setter for keyValue. Set values for key-value format configuration file e.g. ENV, PROPERTIES, FLAGFILE, HADOOP_XML typed file.
    • getContent

      public String getContent()
      Getter for content. Set values for text format configuration file e.g. TEXT, JSON, YAML, XML typed file.
    • setContent

      public void setContent(String content)
      Setter for content. Set values for text format configuration file e.g. TEXT, JSON, YAML, XML typed file.
    • 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