public class Request extends Object implements Serializable
| Constructor and Description |
|---|
Request(String project)
Construct the base request
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
GetAllParams()
Get all the parameter in the request
|
String |
GetParam(String key)
Get the value of given key in the request
|
String |
GetProject()
Get the project name
|
void |
SetParam(String key,
String value)
Set a key/value pair into the request
|
public Request(String project)
project - project namepublic String GetProject()
public String GetParam(String key)
key - key namepublic void SetParam(String key, String value)
key - key namevalue - value of the keyCopyright © 2025. All Rights Reserved.