public interface AnalyticsValueOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDoubleValue()
public abstract double getDoubleValue()
double double_value = 4;
Returns | |
---|---|
Type | Description |
double |
The doubleValue. |
getFloatValue()
public abstract float getFloatValue()
float float_value = 3;
Returns | |
---|---|
Type | Description |
float |
The floatValue. |
getIntValue()
public abstract long getIntValue()
int64 int_value = 2;
Returns | |
---|---|
Type | Description |
long |
The intValue. |
getParamValueCase()
public abstract AnalyticsValue.ParamValueCase getParamValueCase()
Returns | |
---|---|
Type | Description |
AnalyticsValue.ParamValueCase |
getStringValue()
public abstract String getStringValue()
string string_value = 1;
Returns | |
---|---|
Type | Description |
String |
The stringValue. |
getStringValueBytes()
public abstract ByteString getStringValueBytes()
string string_value = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for stringValue. |
hasDoubleValue()
public abstract boolean hasDoubleValue()
double double_value = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the doubleValue field is set. |
hasFloatValue()
public abstract boolean hasFloatValue()
float float_value = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the floatValue field is set. |
hasIntValue()
public abstract boolean hasIntValue()
int64 int_value = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the intValue field is set. |
hasStringValue()
public abstract boolean hasStringValue()
string string_value = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the stringValue field is set. |