XStatOrBuilder

パブリック インターフェイスXStOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象的な 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.
抽象的な長い
getRefValue ()
 A string value that stored in XStatMetadata::name.
抽象文字列
getStrValue ()
string str_value = 5;
抽象的な com.google.protobuf.ByteString
getStrValueBytes ()
string str_value = 5;
抽象的な長い
getUint64Value ()
uint64 uint64_value = 3;
抽象XSt.ValueCase

パブリックメソッド

パブリック抽象 com.google.protobuf.ByteString getBytesValue ()

bytes bytes_value = 6;

パブリック抽象ダブルgetDoubleValue ()

double double_value = 2;

パブリック抽象long getInt64Value ()

int64 int64_value = 4;

public abstract long getMetadataId ()

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

パブリック抽象long getRefValue ()

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

パブリック抽象 String getStrValue ()

string str_value = 5;

パブリック抽象com.google.protobuf.ByteString getStrValueBytes ()

string str_value = 5;

public abstract long getUint64Value ()

uint64 uint64_value = 3;

パブリック抽象XSt.ValueCase getValueCase ()