XStatMetadataOrBuilder

public interface XStatMetadataOrBuilder
Known Indirect Subclasses

Public Methods

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

Public Methods

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;