XStatMetadataOrBuilder

antarmuka publik XStatMetadataOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

Tali abstrak
dapatkanDeskripsi ()
 Description of the stat (might be long).
abstrak com.google.protobuf.ByteString
dapatkanDeskripsiBytes ()
 Description of the stat (might be long).
abstrak panjang
dapatkanId ()
 XPlane.stat_metadata map key.
Tali abstrak
dapatkan Nama ()
 Name of the stat (should be short).
abstrak com.google.protobuf.ByteString
dapatkanNamaBytes ()
 Name of the stat (should be short).

Metode Publik

abstrak publik String getDescription ()

deskripsi string

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

abstrak publik com.google.protobuf.ByteString getDescriptionBytes ()

deskripsi string

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

getId panjang abstrak publik ()

 XPlane.stat_metadata map key.
 
int64 id = 1;

abstrak publik String getName ()

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

abstrak publik com.google.protobuf.ByteString getNameBytes ()

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