public interface NumericValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDoubleValue()
public abstract double getDoubleValue()Double value
double double_value = 2;
| Returns | |
|---|---|
| Type | Description |
double |
The doubleValue. |
getInt64Value()
public abstract long getInt64Value()Integer value
int64 int64_value = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The int64Value. |
getOneValueCase()
public abstract NumericValue.OneValueCase getOneValueCase()| Returns | |
|---|---|
| Type | Description |
NumericValue.OneValueCase |
|
hasDoubleValue()
public abstract boolean hasDoubleValue()Double value
double double_value = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the doubleValue field is set. |
hasInt64Value()
public abstract boolean hasInt64Value()Integer value
int64 int64_value = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the int64Value field is set. |