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 RevisedErrorHandlingSupportImplforExternalPeer()static RevisedErrorHandlingSupportImplforInternalPeer()booleanisExternalPeer()Return true if the peer is external.StringtoString()
-
-
-
Method Detail
-
forInternalPeer
public static RevisedErrorHandlingSupportImpl forInternalPeer()
-
forExternalPeer
public static RevisedErrorHandlingSupportImpl forExternalPeer()
-
isExternalPeer
public boolean isExternalPeer()
Description copied from interface:RevisedErrorHandlingSupportReturn true if the peer is external.- Specified by:
isExternalPeerin interfaceRevisedErrorHandlingSupport- Returns:
- True if the peer is external, false if the peer is internal.
-
-