Interface SetNwTtlAction

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SetNwTtlAction>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ActionGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface SetNwTtlAction
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ActionGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<SetNwTtlAction>

    This class represents the following YANG schema fragment defined in module openflow-action

     container set-nw-ttl-action {
       leaf nw-ttl {
         type uint8;
       }
     }
     
    The schema path to identify an instance is openflow-action/action-grouping/action-choice/set-nw-ttl-case/set-nw-ttl-action

    To create instances of this class use SetNwTtlActionBuilder.

    See Also:
    SetNwTtlActionBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<SetNwTtlAction> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getNwTtl

        org.opendaylight.yangtools.yang.common.Uint8 getNwTtl()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 nwTtl, or null if not present