Package com.arangodb.entity
Class AqlExecutionExplainEntity.ExecutionExpression
- java.lang.Object
-
- com.arangodb.entity.AqlExecutionExplainEntity.ExecutionExpression
-
- Enclosing class:
- AqlExecutionExplainEntity
public static final class AqlExecutionExplainEntity.ExecutionExpression extends Object
-
-
Constructor Summary
Constructors Constructor Description ExecutionExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetId()Collection<Long>getLevels()StringgetName()StringgetQuantifier()BooleangetSorted()Collection<AqlExecutionExplainEntity.ExecutionExpression>getSubNodes()StringgetType()ObjectgetValue()
-
-
-
Method Detail
-
getType
public String getType()
-
getName
public String getName()
-
getId
public Long getId()
-
getValue
public Object getValue()
-
getSorted
public Boolean getSorted()
-
getQuantifier
public String getQuantifier()
-
getLevels
public Collection<Long> getLevels()
-
getSubNodes
public Collection<AqlExecutionExplainEntity.ExecutionExpression> getSubNodes()
-
-