Interface GroupAction

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GroupAction>, 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 GroupAction
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Action>, org.opendaylight.yangtools.yang.binding.Augmentable<GroupAction>

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

     container group-action {
       leaf group {
         type string;
       }
       leaf group-id {
         type uint32;
       }
     }
     
    The schema path to identify an instance is opendaylight-action-types/action/action/group-action-case/group-action

    To create instances of this class use GroupActionBuilder.

    See Also:
    GroupActionBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        String getGroup()
        Returns:
        java.lang.String group, or null if not present
      • getGroupId

        org.opendaylight.yangtools.yang.common.Uint32 getGroupId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 groupId, or null if not present