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