Interface GroupDesc

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GroupDesc>, org.opendaylight.yangtools.yang.binding.BindingObject, BucketsGrouping, org.opendaylight.yangtools.yang.binding.ChildOf<MultipartReplyGroupDesc>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface GroupDesc
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MultipartReplyGroupDesc>, org.opendaylight.yangtools.yang.binding.Augmentable<GroupDesc>, BucketsGrouping

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

     list group-desc {
       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/multipart-reply/multipart-reply-body/multipart-reply-group-desc-case/multipart-reply-group-desc/group-desc

    To create instances of this class use GroupDescBuilder.

    See Also:
    GroupDescBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<GroupDesc> 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
      • getType

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

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