VertexProp class
Methods
-
getFieldValue(int fieldID)
→ dynamic
-
Get a field's value by
fieldId
. Primitive types will be wrapped in the
appropriate "boxed" types.
override
-
isSet(int fieldID)
→ bool
-
Check if a field is currently set or unset, using the
fieldId
.
override
-
isSetProps()
→ bool
-
-
isSetTag()
→ bool
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
read(TProtocol iprot)
→ void
-
Reads the TObject from the given input protocol.
override
-
setFieldValue(int fieldID, Object? value)
→ dynamic
-
Set a field's value by
fieldId
. Primitive types must be "boxed" in the
appropriate object wrapper type.
override
-
toString()
→ String
-
A string representation of this object.
override
-
unsetProps()
→ dynamic
-
-
unsetTag()
→ dynamic
-
-
validate()
→ dynamic
-
-
write(TProtocol oprot)
→ void
-
Writes the objects out to the
oprot
protocol.
override