XStatMetadataOrBuilder

interface pública XStatMetadataOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

String abstrata
getDescription ()
 Description of the stat (might be long).
abstract com.google.protobuf.ByteString
getDescriptionBytes ()
 Description of the stat (might be long).
abstrato longo
getId ()
 XPlane.stat_metadata map key.
String abstrata
getName ()
 Name of the stat (should be short).
abstract com.google.protobuf.ByteString
getNameBytes ()
 Name of the stat (should be short).

Métodos Públicos

public abstract String getDescription ()

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

public abstract com.google.protobuf.ByteString getDescriptionBytes ()

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

public abstract long getId ()

 XPlane.stat_metadata map key.
 
int64 id = 1;

public abstract String getName ()

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

public abstract com.google.protobuf.ByteString getNameBytes ()

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