XStatMetadataOrBuilder

interfejs publiczny XStatMetadataOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjny ciąg
pobierz opis ()
 Description of the stat (might be long).
streszczenie com.google.protobuf.ByteString
getDescriptionBytes ()
 Description of the stat (might be long).
abstrakcyjne, długie
pobierzId ()
 XPlane.stat_metadata map key.
abstrakcyjny ciąg
pobierz nazwę ()
 Name of the stat (should be short).
streszczenie com.google.protobuf.ByteString
getNameBytes ()
 Name of the stat (should be short).

Metody publiczne

publiczna abstrakcja String getDescription ()

 Description of the stat (might be long).
 
string description = 3;

publiczne streszczenie com.google.protobuf.ByteString getDescriptionBytes ()

 Description of the stat (might be long).
 
string description = 3;

publiczne streszczenie długie getId ()

 XPlane.stat_metadata map key.
 
int64 id = 1;

publiczna abstrakcja String getName ()

 Name of the stat (should be short).
 Two XStatMetadata with different id should have different names.
 
string name = 2;

publiczne streszczenie com.google.protobuf.ByteString getNameBytes ()

 Name of the stat (should be short).
 Two XStatMetadata with different id should have different names.
 
string name = 2;