public class RestRequestHandlingInfo extends Object implements Serializable
Constructor and Description |
---|
RestRequestHandlingInfo()
Instantiates a new RestRequestWaitPoint object.
|
RestRequestHandlingInfo(Long handlerId,
Long modelInstanceId,
Long taskId,
String method,
String path,
String pathTemplate,
Map<String,String> pathVariables) |
Modifier and Type | Method and Description |
---|---|
Long |
getHandlerId() |
String |
getMethod() |
Long |
getModelInstanceId() |
String |
getPath() |
String |
getPathTemplate() |
Map<String,String> |
getPathVariables() |
Long |
getTaskId() |
void |
setHandlerId(Long handlerId) |
void |
setMethod(String method) |
void |
setModelInstanceId(Long modelInstanceId) |
void |
setPath(String path) |
void |
setPathTemplate(String pathTemplate) |
void |
setPathVariables(Map<String,String> pathVariables) |
void |
setTaskId(Long taskId) |
String |
toString() |
public RestRequestHandlingInfo()
public Long getHandlerId()
public void setHandlerId(Long handlerId)
public Long getModelInstanceId()
public void setModelInstanceId(Long modelInstanceId)
public Long getTaskId()
public void setTaskId(Long taskId)
public String getMethod()
public void setMethod(String method)
public String getPath()
public void setPath(String path)
public String getPathTemplate()
public void setPathTemplate(String pathTemplate)
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.