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;