public class SlsRequest extends Object implements Serializable
构造器和说明 |
---|
SlsRequest(String project)
Construct the base request
|
限定符和类型 | 方法和说明 |
---|---|
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 SlsRequest(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 © 2015. All Rights Reserved.