Package org.opendaylight.neutron.spi
Class NeutronTrunkSubPort
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronTrunkSubPort
-
- All Implemented Interfaces:
Serializable
public final class NeutronTrunkSubPort extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronTrunkSubPort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPortId()
String
getSegmentationId()
String
getSegmentationType()
void
setPortId(String portId)
void
setSegmentationId(String segmentationId)
void
setSegmentationType(String segmentationType)
String
toString()
-
-
-
Method Detail
-
getPortId
public String getPortId()
-
setPortId
public void setPortId(String portId)
-
getSegmentationType
public String getSegmentationType()
-
setSegmentationType
public void setSegmentationType(String segmentationType)
-
getSegmentationId
public String getSegmentationId()
-
setSegmentationId
public void setSegmentationId(String segmentationId)
-
-