MCPcopy Create free account
hub / github.com/apache/thrift / setFieldValue

Method setFieldValue

lib/java/src/main/java/org/apache/thrift/TBase.java:60–60  ·  view source on GitHub ↗

Set a field's value by field variable. Primitive types must be "boxed" in the appropriate object wrapper type. @param field the field whose value is to be set. @param value the value to be assigned to field.

(F field, Object value)

Source from the content-addressed store, hash-verified

58 * @param value the value to be assigned to field.
59 */
60 void setFieldValue(F field, Object value);
61
62 /**
63 * Performs a deep copy of this instance and returns the copy.

Callers 15

testExceptionMethod · 0.65
testMultiExceptionMethod · 0.65
mainMethod · 0.65
setBoolMethod · 0.65
setByteMethod · 0.65
setInt16Method · 0.65
setInt32Method · 0.65
setInt64Method · 0.65
setDoubleMethod · 0.65
setBinaryMethod · 0.65
setStringMethod · 0.65

Calls

no outgoing calls

Tested by 4

testExceptionMethod · 0.52
testMultiExceptionMethod · 0.52
mainMethod · 0.52