Package com.cloudera.cdp.dw.model
Class ApplicationConfigResp
java.lang.Object
com.cloudera.cdp.dw.model.ApplicationConfigResp
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class ApplicationConfigResp
extends Object
Configurations for an application inside a service.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for configBlocks.int
hashCode()
void
setConfigBlocks
(List<ConfigBlockResp> configBlocks) Setter for configBlocks.toString()
-
Constructor Details
-
ApplicationConfigResp
public ApplicationConfigResp()
-
-
Method Details
-
getConfigBlocks
Getter for configBlocks. List of ConfigBlocks for the application. -
setConfigBlocks
Setter for configBlocks. List of ConfigBlocks for the application. -
equals
-
hashCode
public int hashCode() -
toString
-