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