Class CustomConfigs


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.412-07:00")
    public class CustomConfigs
    extends Object
    Custom key/value configurations.
    • Constructor Detail

      • CustomConfigs

        public CustomConfigs()
    • Method Detail

      • getName

        public String getName()
        Getter for name. Name.
      • setName

        public void setName​(String name)
        Setter for name. Name.
      • getValue

        public String getValue()
        Getter for value. Value.
      • setValue

        public void setValue​(String value)
        Setter for value. Value.
      • getConfidential

        public Boolean getConfidential()
        Getter for confidential. Whether the value is confidential.
      • setConfidential

        public void setConfidential​(Boolean confidential)
        Setter for confidential. Whether the value is confidential.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object