public class Request extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
classifierConfig |
RequestClassifierType |
classifierType |
String |
description |
Long |
id |
String |
name |
Long |
parentId |
Integer |
priority |
Protocol |
protocol |
List<Request> |
requests |
String |
source |
State |
state |
Long |
version |
| Constructor and Description |
|---|
Request() |
Request(Protocol protocol,
State state,
String classifierConfig,
Long version,
Long id,
Long parentId,
RequestClassifierType classifierType,
List<Request> requests,
String source,
String description,
Integer priority,
String name) |
Request(State state) |
public State state
@Nullable public RequestClassifierType classifierType
public Request(State state)
public Request(Protocol protocol, State state, String classifierConfig, Long version, Long id, Long parentId, RequestClassifierType classifierType, List<Request> requests, String source, String description, Integer priority, String name)
public Request()
Copyright © 2016. All rights reserved.