publiczny interfejs statyczny TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder
Znane podklasy pośrednie |
Metody publiczne
streszczenie wew | getOriginalVariableNodeId () An index into `TrackableObjectGraph.nodes`, indicating the variable object this slot was created for. |
abstrakcyjny ciąg | pobierzNazwęSlotu () The name of the slot (e.g. |
streszczenie com.google.protobuf.ByteString | getSlotNameBytes () The name of the slot (e.g. |
streszczenie wew | getSlotVariableNodeId () An index into `TrackableObjectGraph.nodes`, indicating the `Object` with the value of the slot variable. |
Metody publiczne
publiczne streszczenie int getOriginalVariableNodeId ()
An index into `TrackableObjectGraph.nodes`, indicating the variable object this slot was created for.
int32 original_variable_node_id = 1;
publiczny ciąg abstrakcyjny getSlotName ()
The name of the slot (e.g. "m"/"v").
string slot_name = 2;
publiczna abstrakcja com.google.protobuf.ByteString getSlotNameBytes ()
The name of the slot (e.g. "m"/"v").
string slot_name = 2;
publiczne streszczenie int getSlotVariableNodeId ()
An index into `TrackableObjectGraph.nodes`, indicating the `Object` with the value of the slot variable.
int32 slot_variable_node_id = 3;