Class ConfigBlockReq

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class ConfigBlockReq extends Object
A piece of configuration stored in the same place (e.g. same file or environment variables).
  • Constructor Details

    • ConfigBlockReq

      public ConfigBlockReq()
  • Method Details

    • getId

      public String getId()
      Getter for id. ID of the ConfigBlock. Unique within an ApplicationConfig.
    • setId

      public void setId(String id)
      Setter for id. ID of the ConfigBlock. Unique within an ApplicationConfig.
    • getContent

      public ConfigContentReq getContent()
      Getter for content. Contents of a ConfigBlock.
    • setContent

      public void setContent(ConfigContentReq content)
      Setter for content. Contents of a ConfigBlock.
    • 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