Interface UpdateFlowInput
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<UpdateFlowInput>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,FlowUpdate,org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef,org.opendaylight.yangtools.yang.binding.RpcInput,TransactionMetadata
public interface UpdateFlowInput extends TransactionMetadata, FlowUpdate, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<UpdateFlowInput>
This class represents the following YANG schema fragment defined in module sal-flow
input input { uses tr:transaction-metadata; leaf flow-ref { type types:flow-ref; } uses flow-update; }The schema path to identify an instance is sal-flow/update-flow/inputTo create instances of this class use
UpdateFlowInputBuilder.- See Also:
UpdateFlowInputBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description FlowRefgetFlowRef()default Class<UpdateFlowInput>implementedInterface()-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.FlowUpdate
getOriginalFlow, getUpdatedFlow
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
getNode
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.TransactionMetadata
getTransactionUri
-
-
-
-
Method Detail
-
implementedInterface
default Class<UpdateFlowInput> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceFlowUpdate- Specified by:
implementedInterfacein interfaceorg.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.RpcInput- Specified by:
implementedInterfacein interfaceTransactionMetadata
-
getFlowRef
FlowRef getFlowRef()
- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowRefflowRef, ornullif not present
-
-