Class BgpTableTypeImpl
java.lang.Object
org.opendaylight.protocol.bgp.parser.BgpTableTypeImpl
- All Implemented Interfaces:
BgpTableType,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
Utility class identifying a BGP table type. A table type is formed by two identifiers: AFI and SAFI.
-
Constructor Summary
ConstructorsConstructorDescriptionBgpTableTypeImpl(AddressFamily afi, SubsequentAddressFamily safi) Creates BGP Table type. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.BgpTableType
requireAfi, requireSafi
-
Constructor Details
-
BgpTableTypeImpl
Creates BGP Table type.- Parameters:
afi- Address Family Identifiersafi- Subsequent Address Family Identifier
-
-
Method Details
-
implementedInterface
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
-
hashCode
public int hashCode() -
equals
-
toString
-
getAfi
Returns Address Family Identifier.- Specified by:
getAfiin interfaceBgpTableType- Returns:
- afi AFI
-
getSafi
Returns Subsequent Address Family Identifier.- Specified by:
getSafiin interfaceBgpTableType- Returns:
- safi SAFI
-