Class ActionNdOptionType


  • public class ActionNdOptionType
    extends ActionInfo
    Set source IPv6 action.
    • 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)  
      short getNdOptionType()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • ActionNdOptionType

        public ActionNdOptionType​(short ndOptionType)
      • ActionNdOptionType

        public ActionNdOptionType​(int actionKey,
                                  short ndOptionType)
    • Method Detail

      • getNdOptionType

        public short getNdOptionType()
      • 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
      • equals

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