XStatMetadataOrBuilder

পাবলিক ইন্টারফেস XStatMetadataOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত স্ট্রিং
getDescription ()
 Description of the stat (might be long).
বিমূর্ত com.google.protobuf.ByteString
getDescriptionBytes ()
 Description of the stat (might be long).
বিমূর্ত দীর্ঘ
getId ()
 XPlane.stat_metadata map key.
বিমূর্ত স্ট্রিং
getName ()
 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;