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;

دریافت شناسه طولانی انتزاعی عمومی ()

 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;