@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2022-05-16T09:57:44.653-07:00") public class ServiceConfigResp extends Object
Constructor and Description |
---|
ServiceConfigResp() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,ApplicationConfigResp> |
getApplicationConfigs()
Getter for applicationConfigs.
|
ApplicationConfigResp |
getCommonConfigs()
Getter for commonConfigs.
|
Boolean |
getEnableSSO()
Getter for enableSSO.
|
List<String> |
getLdapGroups()
Getter for ldapGroups.
|
int |
hashCode() |
void |
setApplicationConfigs(Map<String,ApplicationConfigResp> applicationConfigs)
Setter for applicationConfigs.
|
void |
setCommonConfigs(ApplicationConfigResp commonConfigs)
Setter for commonConfigs.
|
void |
setEnableSSO(Boolean enableSSO)
Setter for enableSSO.
|
void |
setLdapGroups(List<String> ldapGroups)
Setter for ldapGroups.
|
String |
toString() |
public ApplicationConfigResp getCommonConfigs()
public void setCommonConfigs(ApplicationConfigResp commonConfigs)
public Map<String,ApplicationConfigResp> getApplicationConfigs()
public void setApplicationConfigs(Map<String,ApplicationConfigResp> applicationConfigs)
public List<String> getLdapGroups()
public void setLdapGroups(List<String> ldapGroups)
public Boolean getEnableSSO()
public void setEnableSSO(Boolean enableSSO)
Copyright © 2022. All rights reserved.