public class ActionSetSourceIp extends ActionInfo
| Constructor and Description |
|---|
ActionSetSourceIp(int actionKey,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix source) |
ActionSetSourceIp(int actionKey,
String sourceIp) |
ActionSetSourceIp(int actionKey,
String sourceIp,
String sourceMask) |
ActionSetSourceIp(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix source) |
ActionSetSourceIp(String sourceIp) |
ActionSetSourceIp(String sourceIp,
String sourceMask) |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action |
buildAction() |
org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action |
buildAction(int newActionKey) |
boolean |
equals(Object other) |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix |
getSource() |
int |
hashCode() |
String |
toString() |
getActionKeypublic ActionSetSourceIp(String sourceIp)
public ActionSetSourceIp(int actionKey,
String sourceIp)
public ActionSetSourceIp(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix source)
public ActionSetSourceIp(int actionKey,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix source)
public org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action buildAction()
buildAction in class ActionInfopublic org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action buildAction(int newActionKey)
buildAction in class ActionInfopublic org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix getSource()
public boolean equals(Object other)
equals in class ActionInfopublic int hashCode()
hashCode in class ActionInfopublic String toString()
toString in class ActionInfoCopyright © 2020 OpenDaylight. All rights reserved.