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