interface pública XStatMetadataOrBuilder
| Subclasses indiretas conhecidas |
Métodos Públicos
| cadeia abstrata | getDescrição () Description of the stat (might be long). |
| abstrato com.google.protobuf.ByteString | getDescriptionBytes () Description of the stat (might be long). |
| abstrato longo | getId () XPlane.stat_metadata map key. |
| cadeia abstrata | getNome () Name of the stat (should be short). |
| abstrato com.google.protobuf.ByteString | getNomeBytes () Name of the stat (should be short). |
Métodos Públicos
String abstrata pública getDescription ()
Description of the stat (might be long).
string description = 3; resumo público com.google.protobuf.ByteString getDescriptionBytes ()
Description of the stat (might be long).
string description = 3; público abstrato longo getId ()
XPlane.stat_metadata map key.
int64 id = 1; String abstrata pública getName ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2; resumo público com.google.protobuf.ByteString getNameBytes ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;