Uses of Class
org.opendaylight.netvirt.bgpmanager.thrift.gen.BgpUpdater.onUpdateWithdrawRoute_args._Fields
-
Packages that use BgpUpdater.onUpdateWithdrawRoute_args._Fields Package Description org.opendaylight.netvirt.bgpmanager.thrift.gen -
-
Uses of BgpUpdater.onUpdateWithdrawRoute_args._Fields in org.opendaylight.netvirt.bgpmanager.thrift.gen
Fields in org.opendaylight.netvirt.bgpmanager.thrift.gen with type parameters of type BgpUpdater.onUpdateWithdrawRoute_args._Fields Modifier and Type Field Description static java.util.Map<BgpUpdater.onUpdateWithdrawRoute_args._Fields,org.apache.thrift.meta_data.FieldMetaData>
BgpUpdater.onUpdateWithdrawRoute_args. metaDataMap
Methods in org.opendaylight.netvirt.bgpmanager.thrift.gen that return BgpUpdater.onUpdateWithdrawRoute_args._Fields Modifier and Type Method Description BgpUpdater.onUpdateWithdrawRoute_args._Fields
BgpUpdater.onUpdateWithdrawRoute_args. fieldForId(int fieldId)
static BgpUpdater.onUpdateWithdrawRoute_args._Fields
BgpUpdater.onUpdateWithdrawRoute_args._Fields. findByName(java.lang.String name)
Find the _Fields constant that matches name, or null if its not found.static BgpUpdater.onUpdateWithdrawRoute_args._Fields
BgpUpdater.onUpdateWithdrawRoute_args._Fields. findByThriftId(int fieldId)
Find the _Fields constant that matches fieldId, or null if its not found.static BgpUpdater.onUpdateWithdrawRoute_args._Fields
BgpUpdater.onUpdateWithdrawRoute_args._Fields. findByThriftIdOrThrow(int fieldId)
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.static BgpUpdater.onUpdateWithdrawRoute_args._Fields
BgpUpdater.onUpdateWithdrawRoute_args._Fields. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BgpUpdater.onUpdateWithdrawRoute_args._Fields[]
BgpUpdater.onUpdateWithdrawRoute_args._Fields. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.netvirt.bgpmanager.thrift.gen with parameters of type BgpUpdater.onUpdateWithdrawRoute_args._Fields Modifier and Type Method Description java.lang.Object
BgpUpdater.onUpdateWithdrawRoute_args. getFieldValue(BgpUpdater.onUpdateWithdrawRoute_args._Fields field)
boolean
BgpUpdater.onUpdateWithdrawRoute_args. isSet(BgpUpdater.onUpdateWithdrawRoute_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoid
BgpUpdater.onUpdateWithdrawRoute_args. setFieldValue(BgpUpdater.onUpdateWithdrawRoute_args._Fields field, java.lang.Object value)
-