Package com.cloudera.cdp.dw.model
Class ConfigBlockReq
java.lang.Object
com.cloudera.cdp.dw.model.ConfigBlockReq
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class ConfigBlockReq
extends Object
A piece of configuration stored in the same place (e.g. same file or environment variables).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for content.getId()
Getter for id.int
hashCode()
void
setContent
(ConfigContentReq content) Setter for content.void
Setter for id.toString()
-
Constructor Details
-
ConfigBlockReq
public ConfigBlockReq()
-
-
Method Details
-
getId
Getter for id. ID of the ConfigBlock. Unique within an ApplicationConfig. -
setId
Setter for id. ID of the ConfigBlock. Unique within an ApplicationConfig. -
getContent
Getter for content. Contents of a ConfigBlock. -
setContent
Setter for content. Contents of a ConfigBlock. -
equals
-
hashCode
public int hashCode() -
toString
-