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