@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2022-05-16T09:57:44.653-07:00") public class ConfigBlockReq extends Object
Constructor and Description |
---|
ConfigBlockReq() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ConfigContentReq |
getContent()
Getter for content.
|
String |
getFormat()
Getter for format.
|
String |
getId()
Getter for id.
|
int |
hashCode() |
void |
setContent(ConfigContentReq content)
Setter for content.
|
void |
setFormat(String format)
Setter for format.
|
void |
setId(String id)
Setter for id.
|
String |
toString() |
public String getId()
public void setId(String id)
public String getFormat()
public void setFormat(String format)
public ConfigContentReq getContent()
public void setContent(ConfigContentReq content)
Copyright © 2022. All rights reserved.