public static class CRDConfiguration.SoftwareConfiguration extends CRDConfiguration.BaseConfiguration
Constructor and Description |
---|
SoftwareConfiguration()
空构造函数。
|
Modifier and Type | Method and Description |
---|---|
String[] |
getProcessingSoftwares()
获取处理软件。
|
String[] |
getProcessingSoftwareVersions()
获取处理软件版本。
|
String |
getSoftwareId()
获取软件配置ID。
|
String[] |
getTrackingSoftwares()
获取跟踪软件。
|
String[] |
getTrackingSoftwareVersions()
获取跟踪软件版本。
|
void |
setProcessingSoftwares(String[] processingSoftwares)
设置处理软件。
|
void |
setProcessingSoftwareVersions(String[] processingSoftwareVersions)
设置处理软件版本。
|
void |
setSoftwareId(String softwareId)
设置软件配置ID。
|
void |
setTrackingSoftwares(String[] trackingSoftwares)
设置跟踪软件。
|
void |
setTrackingSoftwareVersions(String[] trackingSoftwareVersions)
设置跟踪软件版本。
|
String |
toCrdString()
获取实例的CRD格式的字符串表示。
|
String |
toString() |
equals, getConfigurationId, hashCode, setConfigurationId
public SoftwareConfiguration()
这个构造函数并非必需,但它可以防止在JDK 18及更高版本中出现不必要的javadoc警告。
public String getSoftwareId()
public void setSoftwareId(String softwareId)
softwareId
- 软件配置ID
public String[] getTrackingSoftwares()
public void setTrackingSoftwares(String[] trackingSoftwares)
trackingSoftwares
- 要设置的跟踪软件
public String[] getTrackingSoftwareVersions()
public void setTrackingSoftwareVersions(String[] trackingSoftwareVersions)
trackingSoftwareVersions
- 要设置的跟踪软件版本
public String[] getProcessingSoftwares()
public void setProcessingSoftwares(String[] processingSoftwares)
processingSoftwares
- 要设置的处理软件
public String[] getProcessingSoftwareVersions()
public void setProcessingSoftwareVersions(String[] processingSoftwareVersions)
processingSoftwareVersions
- 要设置的处理软件版本
public String toCrdString()
toCrdString
在类 CRDConfiguration.BaseConfiguration
Copyright © 2002-2023 CS GROUP. All rights reserved.