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;