public class EdgeQueryParameter extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EdgeQueryParameter.Builder |
Constructor and Description |
---|
EdgeQueryParameter(long time,
TimeUnit timeUnit,
ScoreConfig scoreConfig,
List<String> edgeTypes,
List<String> excludedTargetTypes,
int startOffset,
int limit) |
Modifier and Type | Method and Description |
---|---|
static EdgeQueryParameter.Builder |
builder() |
List<String> |
getEdgeTypes() |
List<String> |
getExcludedTargetTypes() |
int |
getLimit() |
ScoreConfig |
getScoreConfig() |
int |
getStartOffset() |
long |
getTime() |
TimeUnit |
getTimeUnit() |
public long getTime()
public TimeUnit getTimeUnit()
public ScoreConfig getScoreConfig()
public int getStartOffset()
public int getLimit()
public static EdgeQueryParameter.Builder builder()
Copyright © 2003–2017 Atlassian. All rights reserved.