Package com.influxdb.client.domain
Class FunctionExpression
java.lang.Object
com.influxdb.client.domain.Node
com.influxdb.client.domain.Expression
com.influxdb.client.domain.FunctionExpression
Function expression
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_PARAMS
- See Also:
-
SERIALIZED_NAME_BODY
- See Also:
-
-
Constructor Details
-
FunctionExpression
public FunctionExpression()
-
-
Method Details
-
type
-
getType
Type of AST node- Returns:
- type
-
setType
-
params
-
addParamsItem
-
getParams
Function parameters- Returns:
- params
-
setParams
-
body
-
getBody
Get body- Returns:
- body
-
setBody
-
equals
- Overrides:
equals
in classExpression
-
hashCode
public int hashCode()- Overrides:
hashCode
in classExpression
-
toString
- Overrides:
toString
in classExpression
-