อินเทอร์เฟซแบบคงที่สาธารณะ TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
บทคัดย่อ | รับ OriginalVariableNodeId () 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;