interfaz estática pública TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder
Subclases indirectas conocidas |
Métodos públicos
resumen entero | getOriginalVariableNodeId () An index into `TrackableObjectGraph.nodes`, indicating the variable object this slot was created for. |
cadena abstracta | obtener nombre de ranura () The name of the slot (e.g. |
resumen com.google.protobuf.ByteString | getSlotNameBytes () The name of the slot (e.g. |
resumen entero | getSlotVariableNodeId () An index into `TrackableObjectGraph.nodes`, indicating the `Object` with the value of the slot variable. |
Métodos públicos
resumen público int getOriginalVariableNodeId ()
An index into `TrackableObjectGraph.nodes`, indicating the variable object this slot was created for.
int32 original_variable_node_id = 1;
Cadena abstracta pública getSlotName ()
The name of the slot (e.g. "m"/"v").
string slot_name = 2;
resumen público com.google.protobuf.ByteString getSlotNameBytes ()
The name of the slot (e.g. "m"/"v").
string slot_name = 2;
resumen público int getSlotVariableNodeId ()
An index into `TrackableObjectGraph.nodes`, indicating the `Object` with the value of the slot variable.
int32 slot_variable_node_id = 3;