Class RevisedErrorHandlingSupportImpl
- java.lang.Object
-
- org.opendaylight.protocol.bgp.parser.spi.pojo.RevisedErrorHandlingSupportImpl
-
- All Implemented Interfaces:
PeerConstraint
,RevisedErrorHandlingSupport
@NonNullByDefault public final class RevisedErrorHandlingSupportImpl extends Object implements RevisedErrorHandlingSupport
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RevisedErrorHandlingSupportImpl
forExternalPeer()
static RevisedErrorHandlingSupportImpl
forInternalPeer()
boolean
isExternalPeer()
Return true if the peer is external.String
toString()
-
-
-
Method Detail
-
forInternalPeer
public static RevisedErrorHandlingSupportImpl forInternalPeer()
-
forExternalPeer
public static RevisedErrorHandlingSupportImpl forExternalPeer()
-
isExternalPeer
public boolean isExternalPeer()
Description copied from interface:RevisedErrorHandlingSupport
Return true if the peer is external.- Specified by:
isExternalPeer
in interfaceRevisedErrorHandlingSupport
- Returns:
- True if the peer is external, false if the peer is internal.
-
-