Package com.cloudera.cdp.dw.model
Class ConfigBlockDiff
java.lang.Object
com.cloudera.cdp.dw.model.ConfigBlockDiff
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class ConfigBlockDiff
extends Object
Differences between two ConfigBlocks.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for contentDiff.getId()
Getter for id.int
hashCode()
void
setContentDiff
(ConfigContentDiff contentDiff) Setter for contentDiff.void
Setter for id.toString()
-
Constructor Details
-
ConfigBlockDiff
public ConfigBlockDiff()
-
-
Method Details
-
getId
Getter for id. ID of the ConfigBlock. -
setId
Setter for id. ID of the ConfigBlock. -
getContentDiff
Getter for contentDiff. Differences between the contents. -
setContentDiff
Setter for contentDiff. Differences between the contents. -
equals
-
hashCode
public int hashCode() -
toString
-