TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder

giao diện tĩnh công cộng TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

int trừu tượng
getOriginalVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 variable object this slot was created for.
chuỗi trừu tượng
getSlotName ()
 The name of the slot (e.g.
trừu tượng com.google.protobuf.ByteString
getSlotNameBytes ()
 The name of the slot (e.g.
int trừu tượng
getSlotVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 `Object` with the value of the slot variable.

Phương pháp công khai

tóm tắt công khai int getOriginalVariableNodeId ()

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

Chuỗi tóm tắt công khai getSlotName ()

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

tóm tắt công khai com.google.protobuf.ByteString getSlotNameBytes ()

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

tóm tắt công khai int getSlotVariableNodeId ()

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