public class PortForCreate extends Object
Constructor and Description |
---|
PortForCreate() |
Modifier and Type | Method and Description |
---|---|
String |
getDeviceId() |
String |
getDeviceOwner() |
String |
getMacAddress() |
String |
getName() |
String |
getNetworkId() |
String |
getTenantId() |
boolean |
isAdminStateUp() |
void |
setAdminStateUp(boolean adminStateUp) |
void |
setDeviceId(String deviceId) |
void |
setDeviceOwner(String deviceOwner) |
void |
setMacAddress(String macAddress) |
void |
setName(String name) |
void |
setNetworkId(String networkId) |
void |
setTenantId(String tenantId) |
public boolean isAdminStateUp()
public void setAdminStateUp(boolean adminStateUp)
adminStateUp
- the adminStateUp to setpublic String getDeviceId()
public void setDeviceId(String deviceId)
deviceId
- the deviceId to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getNetworkId()
public void setNetworkId(String networkId)
networkId
- the networkId to setpublic String getMacAddress()
public void setMacAddress(String macAddress)
public String getDeviceOwner()
public void setDeviceOwner(String deviceOwner)
public String getTenantId()
public void setTenantId(String tenantId)
Copyright © 2012–2013. All rights reserved.