interfaz pública XStatMetadataOrBuilder
Subclases indirectas conocidas |
Métodos públicos
cadena abstracta | getDescription () Description of the stat (might be long). |
resumen com.google.protobuf.ByteString | getDescriptionBytes () Description of the stat (might be long). |
abstracto largo | getId () XPlane.stat_metadata map key. |
cadena abstracta | getName () Name of the stat (should be short). |
resumen com.google.protobuf.ByteString | getNameBytes () Name of the stat (should be short). |
Métodos públicos
getDescription () de cadena abstracta pública
Description of the stat (might be long).
string description = 3;
resumen público com.google.protobuf.ByteString getDescriptionBytes ()
Description of the stat (might be long).
string description = 3;
public abstract long getId ()
XPlane.stat_metadata map key.
int64 id = 1;
público abstracto String getName ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;
resumen 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;