Interface FlatBatchFailureGroupIdCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<FlatBatchFailureGroupIdCase>, BatchItemIdChoice, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<BatchFailure>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface FlatBatchFailureGroupIdCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<FlatBatchFailureGroupIdCase>, BatchItemIdChoice
    case for group-id

    This class represents the following YANG schema fragment defined in module sal-flat-batch

     case flat-batch-failure-group-id-case {
       leaf group-id {
         type group-type:group-id;
       }
     }
     
    The schema path to identify an instance is sal-flat-batch/process-flat-batch/output/batch-failure/batch-item-id-choice/flat-batch-failure-group-id-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        GroupId getGroupId()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.GroupId groupId, or null if not present