Class ConfigBlockResp


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class ConfigBlockResp
    extends Object
    A piece of configuration stored in the same place (e.g. same file or environment variables).
    • Constructor Detail

      • ConfigBlockResp

        public ConfigBlockResp()
    • Method Detail

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

        public String getFormat()
        Getter for format. Format of ConfigBlock.
      • setFormat

        public void setFormat​(String format)
        Setter for format. Format of ConfigBlock.
      • getContent

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

        public void setContent​(ConfigContentResp content)
        Setter for content. Contents of a ConfigBlock.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object