Uses of Class
org.opendaylight.genius.itm.utils.TunnelEndPointInfoBuilder
-
Packages that use TunnelEndPointInfoBuilder Package Description org.opendaylight.genius.itm.utils -
-
Uses of TunnelEndPointInfoBuilder in org.opendaylight.genius.itm.utils
Methods in org.opendaylight.genius.itm.utils that return TunnelEndPointInfoBuilder Modifier and Type Method Description TunnelEndPointInfoBuilder
TunnelEndPointInfoBuilder. from(TunnelEndPointInfo instance)
Fill a builder with attribute values from the providedTunnelEndPointInfo
instance.TunnelEndPointInfoBuilder
TunnelEndPointInfoBuilder. setDstEndPointInfo(java.lang.String dstEndPointInfo)
Initializes the value for thedstEndPointInfo
attribute.TunnelEndPointInfoBuilder
TunnelEndPointInfoBuilder. setSrcEndPointInfo(java.lang.String srcEndPointInfo)
Initializes the value for thesrcEndPointInfo
attribute.
-