UpdateVertexRequest class

Implemented types

Constructors

UpdateVertexRequest()

Properties

common RequestCommon?
getter/setter pair
condition Int8List?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
insertable bool?
getter/setter pair
part_id int
getter/setter pair
return_props List<Int8List>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
space_id int
getter/setter pair
tag_id int
getter/setter pair
updated_props List<UpdatedProp>?
getter/setter pair
vertex_id Value?
getter/setter pair

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
isSetCommon() bool
isSetCondition() bool
isSetInsertable() bool
isSetPart_id() bool
isSetReturn_props() bool
isSetSpace_id() bool
isSetTag_id() bool
isSetUpdated_props() bool
isSetVertex_id() 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
unsetCommon() → dynamic
unsetCondition() → dynamic
unsetInsertable() → dynamic
unsetPart_id() → dynamic
unsetReturn_props() → dynamic
unsetSpace_id() → dynamic
unsetTag_id() → dynamic
unsetUpdated_props() → dynamic
unsetVertex_id() → dynamic
validate() → dynamic
write(TProtocol oprot) → void
Writes the objects out to the oprot protocol.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

COMMON → const int
CONDITION → const int
INSERTABLE → const int
PART_ID → const int
RETURN_PROPS → const int
SPACE_ID → const int
TAG_ID → const int
UPDATED_PROPS → const int
VERTEX_ID → const int