interface pública XStatOrBuilder
| Subclasses indiretas conhecidas |
Métodos Públicos
| abstract com.google.protobuf.ByteString | getBytesValue () bytes bytes_value = 6; |
| duplo abstrato | getDoubleValue () double double_value = 2; |
| abstrato longo | getInt64Value () int64 int64_value = 4; |
| abstrato longo | getMetadataId () XStatMetadata.id of corresponding metadata. |
| abstrato longo | getRefValue () A string value that stored in XStatMetadata::name. |
| String abstrata | getStrValue () string str_value = 5; |
| abstract com.google.protobuf.ByteString | getStrValueBytes () string str_value = 5; |
| abstrato longo | getUint64Value () uint64 uint64_value = 3; |
| XStat.ValueCase abstrato | getValueCase () |
Métodos Públicos
public abstract com.google.protobuf.ByteString getBytesValue ()
bytes bytes_value = 6;
public abstract double getDoubleValue ()
double double_value = 2;
public abstract long getInt64Value ()
int64 int64_value = 4;
public abstract long getMetadataId ()
XStatMetadata.id of corresponding metadata.
int64 metadata_id = 1;public abstract long getRefValue ()
A string value that stored in XStatMetadata::name.
uint64 ref_value = 7;public abstract String getStrValue ()
string str_value = 5;
public abstract com.google.protobuf.ByteString getStrValueBytes ()
string str_value = 5;
public abstract long getUint64Value ()
uint64 uint64_value = 3;