interface publique XStatMetadataOrBuilder
| Sous-classes indirectes connues |
Méthodes publiques
| chaîne abstraite | obtenirDescription () Description of the stat (might be long). |
| résumé com.google.protobuf.ByteString | getDescriptionBytes () Description of the stat (might be long). |
| abstrait long | getId () XPlane.stat_metadata map key. |
| chaîne abstraite | obtenirNom () Name of the stat (should be short). |
| résumé com.google.protobuf.ByteString | getNameBytes () Name of the stat (should be short). |
Méthodes publiques
chaîne abstraite publique getDescription ()
Description of the stat (might be long).
string description = 3; résumé public com.google.protobuf.ByteString getDescriptionBytes ()
Description of the stat (might be long).
string description = 3; public abstrait long getId ()
XPlane.stat_metadata map key.
int64 id = 1; chaîne abstraite publique getName ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2; résumé public com.google.protobuf.ByteString getNameBytes ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;