Package com.cloudera.cdp.dw.model
Class KeyValuesDiff
java.lang.Object
com.cloudera.cdp.dw.model.KeyValuesDiff
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class KeyValuesDiff
extends Object
Different between keyValues of two ConfigContents.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAdded()
Getter for added.Getter for changed.Getter for removed.getSame()
Getter for same.int
hashCode()
void
Setter for added.void
setChanged
(Map<String, StringDiff> changed) Setter for changed.void
setRemoved
(Map<String, String> removed) Setter for removed.void
Setter for same.toString()
-
Constructor Details
-
KeyValuesDiff
public KeyValuesDiff()
-
-
Method Details
-
getAdded
Getter for added. Keys that are only present in the new configuration. -
setAdded
Setter for added. Keys that are only present in the new configuration. -
getRemoved
Getter for removed. Keys that are only present in the old configuration. -
setRemoved
Setter for removed. Keys that are only present in the old configuration. -
getSame
Getter for same. Keys that are present in both configurations. -
setSame
Setter for same. Keys that are present in both configurations. -
getChanged
Getter for changed. Keys with different values. -
setChanged
Setter for changed. Keys with different values. -
equals
-
hashCode
public int hashCode() -
toString
-