Uses of Class
com.cloudera.cdp.dw.model.ConfigBlockResp
Packages that use ConfigBlockResp
-
Uses of ConfigBlockResp in com.cloudera.cdp.dw.model
Methods in com.cloudera.cdp.dw.model that return types with arguments of type ConfigBlockRespModifier and TypeMethodDescriptionConfigBlocksDiffs.getAdded()
Getter for added.ApplicationConfigResp.getConfigBlocks()
Getter for configBlocks.ConfigBlocksDiffs.getRemoved()
Getter for removed.ConfigBlocksDiffs.getSame()
Getter for same.Method parameters in com.cloudera.cdp.dw.model with type arguments of type ConfigBlockRespModifier and TypeMethodDescriptionvoid
ConfigBlocksDiffs.setAdded
(List<ConfigBlockResp> added) Setter for added.void
ApplicationConfigResp.setConfigBlocks
(List<ConfigBlockResp> configBlocks) Setter for configBlocks.void
ConfigBlocksDiffs.setRemoved
(List<ConfigBlockResp> removed) Setter for removed.void
ConfigBlocksDiffs.setSame
(List<ConfigBlockResp> same) Setter for same.