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="2024-09-27T08:40:25.071-07:00")
public class ConfigBlocksDiffs
extends Object
Differences between two sets of ConfigBlocks.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAdded()
Getter for added.Getter for changed.Getter for isChanged.Getter for removed.getSame()
Getter for same.int
hashCode()
void
setAdded
(List<ConfigBlockResp> added) Setter for added.void
setChanged
(List<ConfigBlockDiff> changed) Setter for changed.void
setIsChanged
(Boolean isChanged) Setter for isChanged.void
setRemoved
(List<ConfigBlockResp> removed) Setter for removed.void
setSame
(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
-