Interface FlatBatchFailureFlowIdCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<FlatBatchFailureFlowIdCase>, 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 FlatBatchFailureFlowIdCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<FlatBatchFailureFlowIdCase>, BatchItemIdChoice
    case for flow-id

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

     case flat-batch-failure-flow-id-case {
       leaf flow-id {
         type flow-inv:flow-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-flow-id-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        FlowId getFlowId()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowId flowId, or null if not present