public class DataEnginePortAlias extends Object
| Constructor and Description |
|---|
DataEnginePortAlias(PortAlias portAlias,
String userId)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
PortAlias |
getPortAlias()
Retrieve the PortAlias being maintained.
|
String |
getUserId()
Retrieve the user maintaining the PortAlias.
|
void |
setPortAlias(PortAlias portAlias)
Set the PortAlias to be maintained.
|
void |
setUserId(String userId)
Set the user maintaining the PortAlias.
|
public PortAlias getPortAlias()
public void setPortAlias(PortAlias portAlias)
portAlias - the PortAlias to be maintainedpublic String getUserId()
public void setUserId(String userId)
userId - the user maintaining the PortAliasCopyright © 2018–2019 ODPi. All rights reserved.