Uses of Class
com.cloudera.cdp.dw.model.ApplicationConfigResp
-
Packages that use ApplicationConfigResp Package Description com.cloudera.cdp.dw.model -
-
Uses of ApplicationConfigResp in com.cloudera.cdp.dw.model
Methods in com.cloudera.cdp.dw.model that return ApplicationConfigResp Modifier and Type Method Description ApplicationConfigResp
ServiceConfigResp. getCommonConfigs()
Getter for commonConfigs.Methods in com.cloudera.cdp.dw.model that return types with arguments of type ApplicationConfigResp Modifier and Type Method Description Map<String,ApplicationConfigResp>
ServiceConfigResp. getApplicationConfigs()
Getter for applicationConfigs.Methods in com.cloudera.cdp.dw.model with parameters of type ApplicationConfigResp Modifier and Type Method Description void
ServiceConfigResp. setCommonConfigs(ApplicationConfigResp commonConfigs)
Setter for commonConfigs.Method parameters in com.cloudera.cdp.dw.model with type arguments of type ApplicationConfigResp Modifier and Type Method Description void
ServiceConfigResp. setApplicationConfigs(Map<String,ApplicationConfigResp> applicationConfigs)
Setter for applicationConfigs.
-