genel statik arayüz TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder
Bilinen Dolaylı Alt Sınıflar |
Genel Yöntemler
soyut int | getOriginalVariableNodeId () An index into `TrackableObjectGraph.nodes`, indicating the variable object this slot was created for. |
soyut Dize | getSlotName () The name of the slot (e.g. |
abstract com.google.protobuf.ByteString | getSlotNameBytes () The name of the slot (e.g. |
soyut int | getSlotVariableNodeId () An index into `TrackableObjectGraph.nodes`, indicating the `Object` with the value of the slot variable. |
Genel Yöntemler
genel özet int getOriginalVariableNodeId ()
An index into `TrackableObjectGraph.nodes`, indicating the variable object this slot was created for.
int32 original_variable_node_id = 1;
genel özet Dize getSlotName ()
The name of the slot (e.g. "m"/"v").
string slot_name = 2;
genel özet com.google.protobuf.ByteString getSlotNameBytes ()
The name of the slot (e.g. "m"/"v").
string slot_name = 2;
genel soyut int getSlotVariableNodeId ()
An index into `TrackableObjectGraph.nodes`, indicating the `Object` with the value of the slot variable.
int32 slot_variable_node_id = 3;