Uses of Class
org.opendaylight.netvirt.bgpmanager.thrift.gen.Update
- 
Packages that use Update Package Description org.opendaylight.netvirt.bgpmanager.thrift.gen  - 
- 
Uses of Update in org.opendaylight.netvirt.bgpmanager.thrift.gen
Fields in org.opendaylight.netvirt.bgpmanager.thrift.gen with type parameters of type Update Modifier and Type Field Description java.util.List<Update>Routes. updatesMethods in org.opendaylight.netvirt.bgpmanager.thrift.gen that return Update Modifier and Type Method Description UpdateUpdate. deepCopy()UpdateUpdate. setEsi(java.lang.String esi)UpdateUpdate. setEthtag(int ethtag)UpdateUpdate. setL2label(int l2label)UpdateUpdate. setL3label(int l3label)UpdateUpdate. setMacaddress(java.lang.String macaddress)UpdateUpdate. setNexthop(java.lang.String nexthop)UpdateUpdate. setPrefix(java.lang.String prefix)UpdateUpdate. setPrefixlen(int prefixlen)UpdateUpdate. setRd(java.lang.String rd)UpdateUpdate. setReserved(int reserved)UpdateUpdate. setRoutermac(java.lang.String routermac)UpdateUpdate. setType(int type)Methods in org.opendaylight.netvirt.bgpmanager.thrift.gen that return types with arguments of type Update Modifier and Type Method Description java.util.List<Update>Routes. getUpdates()java.util.Iterator<Update>Routes. getUpdatesIterator()Methods in org.opendaylight.netvirt.bgpmanager.thrift.gen with parameters of type Update Modifier and Type Method Description voidRoutes. addToUpdates(Update elem)intUpdate. compareTo(Update other)booleanUpdate. equals(Update that)Method parameters in org.opendaylight.netvirt.bgpmanager.thrift.gen with type arguments of type Update Modifier and Type Method Description RoutesRoutes. setUpdates(java.util.List<Update> updates)Constructors in org.opendaylight.netvirt.bgpmanager.thrift.gen with parameters of type Update Constructor Description Update(Update other)Performs a deep copy on other. 
 -