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 TunnelStateInfoBuilderTunnelStateInfoBuilder. from(TunnelStateInfo instance)Fill a builder with attribute values from the providedTunnelStateInfoinstance.TunnelStateInfoBuilderTunnelStateInfoBuilder. setDpnTepInterfaceInfo(@Nullable DpnTepInterfaceInfo dpnTepInterfaceInfo)Initializes the value for thedpnTepInterfaceInfoattribute.TunnelStateInfoBuilderTunnelStateInfoBuilder. setDstDpnTepsInfo(@Nullable DPNTEPsInfo dstDpnTepsInfo)Initializes the value for thedstDpnTepsInfoattribute.TunnelStateInfoBuilderTunnelStateInfoBuilder. setNodeConnectorInfo(NodeConnectorInfo nodeConnectorInfo)Initializes the value for thenodeConnectorInfoattribute.TunnelStateInfoBuilderTunnelStateInfoBuilder. setSrcDpnTepsInfo(@Nullable DPNTEPsInfo srcDpnTepsInfo)Initializes the value for thesrcDpnTepsInfoattribute.TunnelStateInfoBuilderTunnelStateInfoBuilder. setTunnelEndPointInfo(@Nullable TunnelEndPointInfo tunnelEndPointInfo)Initializes the value for thetunnelEndPointInfoattribute.
-