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