Interface GroupMod

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, BucketsGrouping, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, OfHeader
    All Known Subinterfaces:
    GroupModCaseData, GroupModInput

    @Generated("mdsal-binding-generator")
    public interface GroupMod
    extends org.opendaylight.yangtools.yang.binding.DataObject, OfHeader, BucketsGrouping

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

     grouping group-mod {
       uses ofHeader;
       leaf command {
         type oft:group-mod-command;
       }
       leaf type {
         type oft:group-type;
       }
       leaf group-id {
         type oft:group-id;
       }
       uses buckets-grouping;
     }
     
    The schema path to identify an instance is openflow-protocol/group-mod
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends GroupMod> implementedInterface()
        Specified by:
        implementedInterface in interface BucketsGrouping
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface OfHeader
      • getCommand

        GroupModCommand getCommand()
        Return command, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.GroupModCommand command, or null if it is not present.
      • getType

        GroupType getType()
        Return type, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.GroupType type, or null if it is not present.
      • getGroupId

        GroupId getGroupId()
        Return groupId, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.GroupId groupId, or null if it is not present.