Package com.cloudera.cdp.dw.model
Class ApplicationConfigReq
- java.lang.Object
-
- com.cloudera.cdp.dw.model.ApplicationConfigReq
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:17.249-07:00") public class ApplicationConfigReq extends Object
Configurations for an application inside a service.
-
-
Constructor Summary
Constructors Constructor Description ApplicationConfigReq()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<ConfigBlockReq>
getConfigBlocks()
Getter for configBlocks.int
hashCode()
void
setConfigBlocks(List<ConfigBlockReq> configBlocks)
Setter for configBlocks.String
toString()
-
-
-
Method Detail
-
getConfigBlocks
public List<ConfigBlockReq> getConfigBlocks()
Getter for configBlocks. List of ConfigBlocks for the application.
-
setConfigBlocks
public void setConfigBlocks(List<ConfigBlockReq> configBlocks)
Setter for configBlocks. List of ConfigBlocks for the application.
-
-