public class DataEngineSoftwareServerCapability extends Object
| Constructor and Description |
|---|
DataEngineSoftwareServerCapability(SoftwareServerCapability softwareServerCapability,
String userId)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
SoftwareServerCapability |
getSoftwareServerCapability()
Retrieve the SoftwareServerCapability being maintained.
|
String |
getUserId()
Retrieve the user maintaining the SoftwareServerCapability.
|
void |
setSoftwareServerCapability(SoftwareServerCapability softwareServerCapability)
Set the SoftwareServerCapability being maintained.
|
void |
setUserId(String userId)
Set the user maintaining the SoftwareServerCapability.
|
public DataEngineSoftwareServerCapability(SoftwareServerCapability softwareServerCapability, String userId)
softwareServerCapability - the SoftwareServerCapability to be maintaineduserId - the user maintaining the SoftwareServerCapabilitypublic SoftwareServerCapability getSoftwareServerCapability()
public void setSoftwareServerCapability(SoftwareServerCapability softwareServerCapability)
softwareServerCapability - the SoftwareServerCapability to be maintainedpublic String getUserId()
public void setUserId(String userId)
userId - the user maintaining the SoftwareServerCapabilityCopyright © 2018–2020 ODPi. All rights reserved.