Uses of Class
dev.vality.damsel.fault_detector.Error._Fields
-
Uses of Error._Fields in dev.vality.damsel.fault_detector
Fields in dev.vality.damsel.fault_detector with type parameters of type Error._Fields Modifier and Type Field Description static Map<Error._Fields,org.apache.thrift.meta_data.FieldMetaData>Error. metaDataMapMethods in dev.vality.damsel.fault_detector that return Error._Fields Modifier and Type Method Description Error._FieldsError. fieldForId(int fieldId)static Error._FieldsError._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static Error._FieldsError._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static Error._FieldsError._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Error._Fields[]Error. getFields()static Error._FieldsError._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static Error._Fields[]Error._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.fault_detector that return types with arguments of type Error._Fields Modifier and Type Method Description Map<Error._Fields,org.apache.thrift.meta_data.FieldMetaData>Error. getFieldMetaData()Methods in dev.vality.damsel.fault_detector with parameters of type Error._Fields Modifier and Type Method Description ObjectError. getFieldValue(Error._Fields field)booleanError. isSet(Error._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidError. setFieldValue(Error._Fields field, Object value)