Class ServiceConfigResp

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class ServiceConfigResp extends Object
Configurations for a service (DBC or VW)
  • Constructor Details

    • ServiceConfigResp

      public ServiceConfigResp()
  • Method Details

    • getCommonConfigs

      public ApplicationConfigResp getCommonConfigs()
      Getter for commonConfigs. Configurations that are applied to every application in the service.
    • setCommonConfigs

      public void setCommonConfigs(ApplicationConfigResp commonConfigs)
      Setter for commonConfigs. Configurations that are applied to every application in the service.
    • getApplicationConfigs

      public Map<String,ApplicationConfigResp> getApplicationConfigs()
      Getter for applicationConfigs. Application specific configurations.
    • setApplicationConfigs

      public void setApplicationConfigs(Map<String,ApplicationConfigResp> applicationConfigs)
      Setter for applicationConfigs. Application specific configurations.
    • getLdapGroups

      public List<String> getLdapGroups()
      Getter for ldapGroups. List of LDAP Groupnames to be enabled for auth.
    • setLdapGroups

      public void setLdapGroups(List<String> ldapGroups)
      Setter for ldapGroups. List of LDAP Groupnames to be enabled for auth.
    • getEnableSSO

      public Boolean getEnableSSO()
      Getter for enableSSO. Should SSO be enabled for this VW. This cannot be changed later.
    • setEnableSSO

      public void setEnableSSO(Boolean enableSSO)
      Setter for enableSSO. Should SSO be enabled for this VW. This cannot be changed later.
    • 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