パブリック インターフェイスXStMetadataOrBuilder
| 既知の間接サブクラス |
パブリックメソッド
| 抽象文字列 | get説明() 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). |
パブリックメソッド
パブリックabstract String 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; public abstract long getId ()
XPlane.stat_metadata map key.
int64 id = 1; パブリック抽象 String 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;