Class ActionLoadIpToSpa


  • public class ActionLoadIpToSpa
    extends ActionInfo
    Load IP Address to SPA (Sender Protocol Address).

    IP address of the sender. In an ARP request this field is used to indicate the address of the host sending the request. In an ARP reply this field is used to indicate the address of the host that the request was looking for.

    • Constructor Summary

      Constructors 
      Constructor Description
      ActionLoadIpToSpa​(int actionKey, java.lang.String address)  
      ActionLoadIpToSpa​(java.lang.String address)  
    • 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)  
      java.lang.String getAddress()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • ActionLoadIpToSpa

        public ActionLoadIpToSpa​(java.lang.String address)
      • ActionLoadIpToSpa

        public ActionLoadIpToSpa​(int actionKey,
                                 java.lang.String address)
    • 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
      • getAddress

        public java.lang.String getAddress()
      • equals

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