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 TypeMethodDescriptionvoidConfigBlocksDiffs.setAdded(List<ConfigBlockResp> added) Setter for added.voidApplicationConfigResp.setConfigBlocks(List<ConfigBlockResp> configBlocks) Setter for configBlocks.voidConfigBlocksDiffs.setRemoved(List<ConfigBlockResp> removed) Setter for removed.voidConfigBlocksDiffs.setSame(List<ConfigBlockResp> same) Setter for same.