TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder

सार्वजनिक स्थैतिक इंटरफ़ेस TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

सार इंट
getOriginalVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 variable object this slot was created for.
सार स्ट्रिंग
getSlotName ()
 The name of the slot (e.g.
सार com.google.protobuf.ByteString
getSlotNameBytes ()
 The name of the slot (e.g.
सार इंट
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;