Package org.opendaylight.neutron.spi
Class NeutronVpnLifetime
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronVpnLifetime
-
- All Implemented Interfaces:
Serializable
public final class NeutronVpnLifetime extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronVpnLifetime()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUnits()
Integer
getValue()
void
setUnits(String units)
void
setValue(Integer value)
-