XStatMetadataOrBuilder

общедоступный интерфейс XStatMetadataOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактная строка
получитьОписание ()
 Description of the stat (might be long).
абстрактный com.google.protobuf.ByteString
getDescriptionBytes ()
 Description of the stat (might be long).
абстрактный длинный
получитьИд ()
 XPlane.stat_metadata map key.
абстрактная строка
получитьИмя ()
 Name of the stat (should be short).
абстрактный com.google.protobuf.ByteString
getNameBytes ()
 Name of the stat (should be short).

Публичные методы

общедоступная абстрактная строка getDescription ()

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

публичный абстрактный com.google.protobuf.ByteString getDescriptionBytes ()

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

публичный абстрактный длинный getId ()

 XPlane.stat_metadata map key.
 
int64 id = 1;

общедоступная абстрактная строка getName ()

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

общедоступный абстрактный com.google.protobuf.ByteString getNameBytes ()

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