Package com.cloudera.cdp.dw.model
Class ApplicationConfigDiff
java.lang.Object
com.cloudera.cdp.dw.model.ApplicationConfigDiff
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class ApplicationConfigDiff
extends Object
Differences between two ApplicationConfigs.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for configBlocksDiffs.Getter for isChanged.int
hashCode()
void
setConfigBlocksDiffs
(ConfigBlocksDiffs configBlocksDiffs) Setter for configBlocksDiffs.void
setIsChanged
(Boolean isChanged) Setter for isChanged.toString()
-
Constructor Details
-
ApplicationConfigDiff
public ApplicationConfigDiff()
-
-
Method Details
-
getIsChanged
Getter for isChanged. Has any of the configurations changed? -
setIsChanged
Setter for isChanged. Has any of the configurations changed? -
getConfigBlocksDiffs
Getter for configBlocksDiffs. Differences between the two sets of ConfigBlocks. -
setConfigBlocksDiffs
Setter for configBlocksDiffs. Differences between the two sets of ConfigBlocks. -
equals
-
hashCode
public int hashCode() -
toString
-