public abstract static class CRDConfiguration.BaseConfiguration extends Object
Constructor and Description |
---|
BaseConfiguration()
Empty constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object record) |
String |
getConfigurationId()
Get the configuration ID.
|
int |
hashCode() |
void |
setConfigurationId(String configurationId)
Set the configuration ID.
|
abstract String |
toCrdString()
Get a string representation of the instance in the CRD format.
|
public BaseConfiguration()
This constructor is not strictly necessary, but it prevents spurious javadoc warnings with JDK 18 and later.
public String getConfigurationId()
public void setConfigurationId(String configurationId)
configurationId
- the configuration ID to setpublic abstract String toCrdString()
Copyright © 2002-2023 CS GROUP. All rights reserved.