TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder

общедоступный статический интерфейс TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактный int
getOriginalVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 variable object this slot was created for.
абстрактная строка
получитьИмяСлота ()
 The name of the slot (e.g.
абстрактный com.google.protobuf.ByteString
getSlotNameBytes ()
 The name of the slot (e.g.
абстрактный int
getSlotVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 `Object` with the value of the slot variable.

Публичные методы

общедоступный абстрактный int getOriginalVariableNodeId ()

 An index into `TrackableObjectGraph.nodes`, indicating the
 variable object this slot was created for.
 
int32 original_variable_node_id = 1;

общедоступная абстрактная строка getSlotName ()

 The name of the slot (e.g. "m"/"v").
 
string slot_name = 2;

общедоступный абстрактный com.google.protobuf.ByteString getSlotNameBytes ()

 The name of the slot (e.g. "m"/"v").
 
string slot_name = 2;

общедоступный абстрактный int getSlotVariableNodeId ()

 An index into `TrackableObjectGraph.nodes`, indicating the
 `Object` with the value of the slot variable.
 
int32 slot_variable_node_id = 3;