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 Long
getId()
Collection<Long>
getLevels()
String
getName()
String
getQuantifier()
Boolean
getSorted()
Collection<AqlExecutionExplainEntity.ExecutionExpression>
getSubNodes()
String
getType()
Object
getValue()
-
-
-
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()
-
-