AddEdgesRequest class
- Implemented types
Constructors
Properties
- common ↔ RequestCommon?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- if_not_exists ↔ bool
-
getter/setter pair
- ignore_existed_index ↔ bool
-
getter/setter pair
-
parts
↔ Map<
int, List< ?NewEdge> > -
getter/setter pair
-
prop_names
↔ List<
Int8List> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- space_id ↔ int
-
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 -
isSetIf_not_exists(
) → bool -
isSetIgnore_existed_index(
) → bool -
isSetParts(
) → bool -
isSetProp_names(
) → bool -
isSetSpace_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 -
unsetIf_not_exists(
) → dynamic -
unsetIgnore_existed_index(
) → dynamic -
unsetParts(
) → dynamic -
unsetProp_names(
) → dynamic -
unsetSpace_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
- IF_NOT_EXISTS → const int
- IGNORE_EXISTED_INDEX → const int
- PARTS → const int
- PROP_NAMES → const int
- SPACE_ID → const int