public abstract static class CRDConfiguration.BaseConfiguration extends Object
Constructor and Description |
---|
BaseConfiguration()
空构造函数。
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object record) |
String |
getConfigurationId()
获取配置ID。
|
int |
hashCode() |
void |
setConfigurationId(String configurationId)
设置配置ID。
|
abstract String |
toCrdString()
获取实例的CRD格式的字符串表示。
|
public BaseConfiguration()
这个构造函数并非绝对必要,但它可以防止在JDK 18及更高版本中出现不必要的javadoc警告。
Copyright © 2002-2023 CS GROUP. All rights reserved.