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 TunnelEndPointInfoBuilderTunnelEndPointInfoBuilder. from(TunnelEndPointInfo instance)Fill a builder with attribute values from the providedTunnelEndPointInfoinstance.TunnelEndPointInfoBuilderTunnelEndPointInfoBuilder. setDstEndPointInfo(org.opendaylight.yangtools.yang.common.Uint64 dstEndPointInfo)Initializes the value for thedstEndPointInfoattribute.TunnelEndPointInfoBuilderTunnelEndPointInfoBuilder. setSrcEndPointInfo(org.opendaylight.yangtools.yang.common.Uint64 srcEndPointInfo)Initializes the value for thesrcEndPointInfoattribute.
-