Interface SetNwTosAction

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

    public interface SetNwTosAction
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Action>, org.opendaylight.yangtools.yang.binding.Augmentable<SetNwTosAction>

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

     container set-nw-tos-action {
       leaf tos {
         type int32;
       }
     }
     
    The schema path to identify an instance is opendaylight-action-types/action/action/set-nw-tos-action-case/set-nw-tos-action

    To create instances of this class use SetNwTosActionBuilder.

    See Also:
    SetNwTosActionBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        Integer getTos()
        Returns:
        java.lang.Integer tos, or null if not present