public class FloatLiteral extends Expression
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_VALUE |
| Constructor and Description |
|---|
FloatLiteral() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getType()
Type of AST node
|
BigDecimal |
getValue()
Get value
|
int |
hashCode() |
void |
setType(String type) |
void |
setValue(BigDecimal value) |
String |
toString() |
FloatLiteral |
type(String type) |
FloatLiteral |
value(BigDecimal value) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_VALUE
public FloatLiteral type(String type)
public String getType()
public void setType(String type)
public FloatLiteral value(BigDecimal value)
public BigDecimal getValue()
public void setValue(BigDecimal value)
public boolean equals(Object o)
equals in class Expressionpublic int hashCode()
hashCode in class Expressionpublic String toString()
toString in class ExpressionCopyright © 2018–2023 InfluxData, Inc.. All rights reserved.