public class ProfileConnectionTemplate extends Object implements Serializable
Constructor and Description |
---|
ProfileConnectionTemplate() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ConnectionBootTemplate |
getBoot() |
FunctionType |
getFunctionType() |
Long |
getId() |
String |
getName() |
String |
getNetworkUri() |
String |
getPortId() |
String |
getRequestedMbps() |
String |
getRequestedVFs() |
int |
hashCode() |
void |
setBoot(ConnectionBootTemplate boot) |
void |
setFunctionType(FunctionType functionType) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setNetworkUri(String networkUri) |
void |
setPortId(String portId) |
void |
setRequestedMbps(String requestedMbps) |
void |
setRequestedVFs(String requestedVFs) |
String |
toString() |
public ConnectionBootTemplate getBoot()
public void setBoot(ConnectionBootTemplate boot)
boot
- the boot to setpublic FunctionType getFunctionType()
public void setFunctionType(FunctionType functionType)
functionType
- the functionType to setpublic Long getId()
public void setId(Long id)
id
- the id to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getNetworkUri()
public void setNetworkUri(String networkUri)
networkUri
- the networkUri to setpublic String getPortId()
public void setPortId(String portId)
portId
- the portId to setpublic String getRequestedMbps()
public void setRequestedMbps(String requestedMbps)
requestedMbps
- the requestedMbps to setpublic String getRequestedVFs()
public void setRequestedVFs(String requestedVFs)
requestedVFs
- the requestedVFs to setCopyright © 2017. All rights reserved.