Package org.opendaylight.neutron.spi
Class NeutronIps
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronIps
-
- All Implemented Interfaces:
Serializable
public final class NeutronIps extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronIps()
NeutronIps(String uuid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIpAddress()
String
getSubnetUUID()
void
setIpAddress(String ipAddress)
void
setSubnetUUID(String subnetUUID)
String
toString()
-
-
-
Constructor Detail
-
NeutronIps
public NeutronIps()
-
NeutronIps
public NeutronIps(String uuid)
-
-