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.

روش های عمومی

abstract عمومی 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;