Class CustomConfigs
- java.lang.Object
-
- com.cloudera.cdp.replicationmanager.model.CustomConfigs
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:20.396-07:00") public class CustomConfigs extends Object
Custom key/value configurations.
-
-
Constructor Summary
Constructors Constructor Description CustomConfigs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Boolean
getConfidential()
Getter for confidential.String
getName()
Getter for name.String
getValue()
Getter for value.int
hashCode()
void
setConfidential(Boolean confidential)
Setter for confidential.void
setName(String name)
Setter for name.void
setValue(String value)
Setter for value.String
toString()
-
-
-
Method Detail
-
getName
public String getName()
Getter for name. Name.
-
setName
public void setName(String name)
Setter for name. Name.
-
getValue
public String getValue()
Getter for value. Value.
-
setValue
public void setValue(String value)
Setter for value. Value.
-
getConfidential
public Boolean getConfidential()
Getter for confidential. Whether the value is confidential.
-
setConfidential
public void setConfidential(Boolean confidential)
Setter for confidential. Whether the value is confidential.
-
-