XStatMetadataOrBuilder

공용 인터페이스 XStatMetadataOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 문자열
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).

공개 방법

공개 추상 문자열 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;