Class ConfigBlockResp

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

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

    • ConfigBlockResp

      public ConfigBlockResp()
  • 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 ConfigContentResp getContent()
      Getter for content. Contents of a ConfigBlock.
    • setContent

      public void setContent(ConfigContentResp 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