public class PathAttrNlriDetails extends Object
| Constructor and Description |
|---|
PathAttrNlriDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
long |
identifier()
Returns Identifier.
|
List<BgpValueType> |
pathAttributes()
Returns path attributes.
|
BgpNodeLSNlriVer4.ProtocolType |
protocolID()
Returns protocolID.
|
void |
setIdentifier(long identifier)
Sets identifier with specified identifier.
|
void |
setPathAttribute(List<BgpValueType> pathAttributes)
Sets path attribute with specified path attribute.
|
void |
setProtocolID(BgpNodeLSNlriVer4.ProtocolType protocolID)
Sets protocolID with specified protocolID.
|
String |
toString() |
public void setPathAttribute(List<BgpValueType> pathAttributes)
pathAttributes - in update messagepublic List<BgpValueType> pathAttributes()
public void setProtocolID(BgpNodeLSNlriVer4.ProtocolType protocolID)
protocolID - in linkstate nlripublic BgpNodeLSNlriVer4.ProtocolType protocolID()
public void setIdentifier(long identifier)
identifier - in linkstate nlripublic long identifier()
Copyright © 2016. All rights reserved.