interfaccia pubblica XStatMetadataOrBuilder
| Sottoclassi indirette conosciute |
Metodi pubblici
| stringa astratta | getDescrizione () Description of the stat (might be long). |
| astratto com.google.protobuf.ByteString | getDescrizioneBytes () Description of the stat (might be long). |
| astratto lungo | getId () XPlane.stat_metadata map key. |
| stringa astratta | getNome () Name of the stat (should be short). |
| astratto com.google.protobuf.ByteString | getNomeBytes () Name of the stat (should be short). |
Metodi pubblici
stringa astratta pubblica getDescription ()
Description of the stat (might be long).
string description = 3; estratto pubblico 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; stringa astratta pubblica getName ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2; estratto pubblico com.google.protobuf.ByteString getNameBytes ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;