Class ActionSetDestinationIp


  • public class ActionSetDestinationIp
    extends ActionInfo
    Set destination IP action.
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionSetDestinationIp​(int actionKey, java.lang.String destinationIp)  
      ActionSetDestinationIp​(int actionKey, java.lang.String destinationIp, java.lang.String destinationMask)  
      ActionSetDestinationIp​(int actionKey, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix destination)  
      ActionSetDestinationIp​(java.lang.String destinationIp)  
      ActionSetDestinationIp​(java.lang.String destinationIp, java.lang.String destinationMask)  
      ActionSetDestinationIp​(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix destination)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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​(java.lang.Object other)  
      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix getDestination()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ActionSetDestinationIp

        public ActionSetDestinationIp​(java.lang.String destinationIp)
      • ActionSetDestinationIp

        public ActionSetDestinationIp​(int actionKey,
                                      java.lang.String destinationIp)
      • ActionSetDestinationIp

        public ActionSetDestinationIp​(java.lang.String destinationIp,
                                      java.lang.String destinationMask)
      • ActionSetDestinationIp

        public ActionSetDestinationIp​(int actionKey,
                                      java.lang.String destinationIp,
                                      java.lang.String destinationMask)
      • ActionSetDestinationIp

        public ActionSetDestinationIp​(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix destination)
      • ActionSetDestinationIp

        public ActionSetDestinationIp​(int actionKey,
                                      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix destination)
    • Method Detail

      • buildAction

        public org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action buildAction()
        Overrides:
        buildAction in class ActionInfo
      • buildAction

        public org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action buildAction​(int newActionKey)
        Specified by:
        buildAction in class ActionInfo
      • getDestination

        public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix getDestination()
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class ActionInfo