Uses of Class
org.opendaylight.genius.itm.utils.TunnelStateInfoBuilder
-
Packages that use TunnelStateInfoBuilder Package Description org.opendaylight.genius.itm.utils -
-
Uses of TunnelStateInfoBuilder in org.opendaylight.genius.itm.utils
Methods in org.opendaylight.genius.itm.utils that return TunnelStateInfoBuilder Modifier and Type Method Description TunnelStateInfoBuilder
TunnelStateInfoBuilder. from(TunnelStateInfo instance)
Fill a builder with attribute values from the providedTunnelStateInfo
instance.TunnelStateInfoBuilder
TunnelStateInfoBuilder. setDpnTepInterfaceInfo(@Nullable DpnTepInterfaceInfo dpnTepInterfaceInfo)
Initializes the value for thedpnTepInterfaceInfo
attribute.TunnelStateInfoBuilder
TunnelStateInfoBuilder. setDstDpnTepsInfo(@Nullable DPNTEPsInfo dstDpnTepsInfo)
Initializes the value for thedstDpnTepsInfo
attribute.TunnelStateInfoBuilder
TunnelStateInfoBuilder. setNodeConnectorInfo(NodeConnectorInfo nodeConnectorInfo)
Initializes the value for thenodeConnectorInfo
attribute.TunnelStateInfoBuilder
TunnelStateInfoBuilder. setSrcDpnTepsInfo(@Nullable DPNTEPsInfo srcDpnTepsInfo)
Initializes the value for thesrcDpnTepsInfo
attribute.TunnelStateInfoBuilder
TunnelStateInfoBuilder. setTunnelEndPointInfo(@Nullable TunnelEndPointInfo tunnelEndPointInfo)
Initializes the value for thetunnelEndPointInfo
attribute.
-