XStatOrBuilder

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

공개 방법

추상 com.google.protobuf.ByteString
getBytes값 ()
bytes bytes_value = 6;
추상 더블
getDoubleValue ()
double double_value = 2;
추상적인 긴
getInt64값 ()
int64 int64_value = 4;
추상적인 긴
getMetadataId ()
 XStatMetadata.id of corresponding metadata.
추상적인 긴
getRef값 ()
 A string value that stored in XStatMetadata::name.
추상 문자열
getStrValue ()
string str_value = 5;
추상 com.google.protobuf.ByteString
getStrValueBytes ()
string str_value = 5;
추상적인 긴
getUint64값 ()
uint64 uint64_value = 3;
추상 XStat.ValueCase

공개 방법

공개 추상 com.google.protobuf.ByteString getBytesValue ()

bytes bytes_value = 6;

공개 추상 이중 getDoubleValue ()

double double_value = 2;

공개 추상 긴 getInt64Value ()

int64 int64_value = 4;

공개 추상 긴 getMetadataId ()

 XStatMetadata.id of corresponding metadata.
 
int64 metadata_id = 1;

공개 추상 긴 getRefValue ()

 A string value that stored in XStatMetadata::name.
 
uint64 ref_value = 7;

공개 추상 문자열 getStrValue ()

string str_value = 5;

공개 추상 com.google.protobuf.ByteString getStrValueBytes ()

string str_value = 5;

공개 추상 긴 getUint64Value ()

uint64 uint64_value = 3;

공개 추상 XStat.ValueCase getValueCase ()