Package com.cloudera.cdp.dw.model
Class ConfigBlocksDiffs
java.lang.Object
com.cloudera.cdp.dw.model.ConfigBlocksDiffs
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:26.728-07:00")
public class ConfigBlocksDiffs
extends Object
Differences between two sets of ConfigBlocks.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAdded()Getter for added.Getter for changed.Getter for isChanged.Getter for removed.getSame()Getter for same.inthashCode()voidsetAdded(List<ConfigBlockResp> added) Setter for added.voidsetChanged(List<ConfigBlockDiff> changed) Setter for changed.voidsetIsChanged(Boolean isChanged) Setter for isChanged.voidsetRemoved(List<ConfigBlockResp> removed) Setter for removed.voidsetSame(List<ConfigBlockResp> same) Setter for same.toString()
-
Constructor Details
-
ConfigBlocksDiffs
public ConfigBlocksDiffs()
-
-
Method Details
-
getIsChanged
Getter for isChanged. Has any of the config blocks changed? -
setIsChanged
Setter for isChanged. Has any of the config blocks changed? -
getAdded
Getter for added. Config blocks that are only present in the new configuration. -
setAdded
Setter for added. Config blocks that are only present in the new configuration. -
getRemoved
Getter for removed. Config blocks that are only present in the old configuration. -
setRemoved
Setter for removed. Config blocks that are only present in the old configuration. -
getSame
Getter for same. Config blocks that are the same in both configurations. -
setSame
Setter for same. Config blocks that are the same in both configurations. -
getChanged
Getter for changed. Config blocks that are different between the two configurations. -
setChanged
Setter for changed. Config blocks that are different between the two configurations. -
equals
-
hashCode
public int hashCode() -
toString
-