Interface FeaturesReply
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,OfHeader
- All Known Subinterfaces:
GetFeaturesOutput
@Generated("mdsal-binding-generator") public interface FeaturesReply extends org.opendaylight.yangtools.yang.binding.DataObject, OfHeader
This class represents the following YANG schema fragment defined in module openflow-protocol
grouping features-reply { uses ofHeader; leaf datapathId { type uint64; } leaf buffers { type uint32; } leaf tables { type uint8; } leaf auxiliaryId { type uint8; } leaf capabilities { type oft:capabilities; } leaf reserved { type uint32; } leaf capabilities-v10 { type oft:capabilities-v10; } leaf actions-v10 { type oft:action-type-v10; } list phy-port { uses port-grouping; } }The schema path to identify an instance is openflow-protocol/features-reply
-
-
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 ActionTypeV10getActionsV10()Return actionsV10, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint8getAuxiliaryId()Return auxiliaryId, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint32getBuffers()Return buffers, ornullif it is not present.CapabilitiesgetCapabilities()Return capabilities, ornullif it is not present.CapabilitiesV10getCapabilitiesV10()Return capabilitiesV10, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint64getDatapathId()Return datapathId, ornullif it is not present.@Nullable List<PhyPort>getPhyPort()Return phyPort, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint32getReserved()Return reserved, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint8getTables()Return tables, ornullif it is not present.Class<? extends FeaturesReply>implementedInterface()default @NonNull List<PhyPort>nonnullPhyPort()Return phyPort, or an empty list if it is not present.-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.OfHeader
getVersion, getXid
-
-
-
-
Method Detail
-
implementedInterface
Class<? extends FeaturesReply> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceOfHeader
-
getDatapathId
org.opendaylight.yangtools.yang.common.Uint64 getDatapathId()
Return datapathId, ornullif it is not present.- Returns:
org.opendaylight.yangtools.yang.common.Uint64datapathId, ornullif it is not present.
-
getBuffers
org.opendaylight.yangtools.yang.common.Uint32 getBuffers()
Return buffers, ornullif it is not present.- Returns:
org.opendaylight.yangtools.yang.common.Uint32buffers, ornullif it is not present.
-
getTables
org.opendaylight.yangtools.yang.common.Uint8 getTables()
Return tables, ornullif it is not present.- Returns:
org.opendaylight.yangtools.yang.common.Uint8tables, ornullif it is not present.
-
getAuxiliaryId
org.opendaylight.yangtools.yang.common.Uint8 getAuxiliaryId()
Return auxiliaryId, ornullif it is not present.- Returns:
org.opendaylight.yangtools.yang.common.Uint8auxiliaryId, ornullif it is not present.
-
getCapabilities
Capabilities getCapabilities()
Return capabilities, ornullif it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.Capabilitiescapabilities, ornullif it is not present.
-
getReserved
org.opendaylight.yangtools.yang.common.Uint32 getReserved()
Return reserved, ornullif it is not present.- Returns:
org.opendaylight.yangtools.yang.common.Uint32reserved, ornullif it is not present.
-
getCapabilitiesV10
CapabilitiesV10 getCapabilitiesV10()
Return capabilitiesV10, ornullif it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.CapabilitiesV10capabilitiesV10, ornullif it is not present.
-
getActionsV10
ActionTypeV10 getActionsV10()
Return actionsV10, ornullif it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.ActionTypeV10actionsV10, ornullif it is not present.
-
getPhyPort
@Nullable List<PhyPort> getPhyPort()
Return phyPort, ornullif it is not present.- Returns:
java.util.ListphyPort, ornullif it is not present.
-
-