Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers.peer.PeerSessionBuilder
Package
Description
-
Uses of PeerSessionBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers.peer
Modifier and TypeMethodDescriptionPeerSessionBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<PeerSession> augmentation) Add an augmentation to this builder's product.PeerSessionBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PeerSession>> augmentationType) Remove an augmentation from this builder's product.PeerSessionBuilder.setInformation
(Information value) Set the property corresponding toPeerUp.getInformation()
to the specified value.PeerSessionBuilder.setLocalAddress
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone value) Set the property corresponding toPeerUp.getLocalAddress()
to the specified value.PeerSessionBuilder.setLocalPort
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber value) Set the property corresponding toPeerUp.getLocalPort()
to the specified value.PeerSessionBuilder.setReceivedOpen
(ReceivedOpen value) Set the property corresponding toPeerUp.getReceivedOpen()
to the specified value.PeerSessionBuilder.setRemotePort
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber value) Set the property corresponding toPeerUp.getRemotePort()
to the specified value.PeerSessionBuilder.setSentOpen
(SentOpen value) Set the property corresponding toPeerUp.getSentOpen()
to the specified value.Set the property corresponding toPeerSession.getStatus()
to the specified value.PeerSessionBuilder.setTimestampMicro
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Timestamp value) Set the property corresponding toTimestamp.getTimestampMicro()
to the specified value.PeerSessionBuilder.setTimestampSec
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Timestamp value) Set the property corresponding toTimestamp.getTimestampSec()
to the specified value.