public class AnalystClusterRequest extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
destinationPointsetId
The ID of the destinations pointset
|
String |
directOutputUrl
Deprecated.
|
String |
graphId
The ID of the graph against which to calculate this request
|
String |
id
The id of this particular origin
|
boolean |
includeTimes
Should times be included in the results (i.e.
|
String |
jobId
The job ID this is associated with
|
String |
outputLocation
Where should the job be saved?
|
ProfileRequest |
profileRequest
The routing parameters to use for a one-to-many profile request.
|
int |
taskId
A unique identifier for this request assigned by the queue/broker system.
|
String |
type
The type of this request, provided for compatibility with R5 polymorphic request types.
|
String |
userId
The Analyst Cluster user that created this request
|
Constructor and Description |
---|
AnalystClusterRequest()
Used for deserialization from JSON
|
AnalystClusterRequest(String destinationPointsetId,
String graphId,
ProfileRequest req)
We're now using ProfileRequests for everything (no RoutingRequests for non-transit searches).
|
public final String type
public String destinationPointsetId
public String userId
public String graphId
public String jobId
public String id
@Deprecated public String directOutputUrl
public int taskId
public String outputLocation
public ProfileRequest profileRequest
public boolean includeTimes
public AnalystClusterRequest(String destinationPointsetId, String graphId, ProfileRequest req)
public AnalystClusterRequest()
Copyright © 2018. All rights reserved.