TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder

পাবলিক স্ট্যাটিক ইন্টারফেস TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত int
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.
বিমূর্ত 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;