TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder

interface estática pública TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

abstrato int
getOriginalVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 variable object this slot was created for.
cadeia abstrata
getSlotName ()
 The name of the slot (e.g.
abstrato com.google.protobuf.ByteString
getSlotNameBytes ()
 The name of the slot (e.g.
abstrato int
getSlotVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 `Object` with the value of the slot variable.

Métodos Públicos

público abstrato int getOriginalVariableNodeId ()

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

String abstrata pública getSlotName ()

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

resumo público com.google.protobuf.ByteString getSlotNameBytes ()

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

público abstrato int getSlotVariableNodeId ()

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