public class StartFunctionalTestRequest extends AbstractRequest
| 构造器和说明 |
|---|
StartFunctionalTestRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
FunctionalTest |
getTest() |
void |
setTest(FunctionalTest test) |
protected byte[] |
toBody() |
protected void |
toPathParamMap(HashMap<String,String> map,
String prefix) |
protected void |
toQueryParamMap(HashMap<String,Object> map,
String prefix) |
getHttpMethod, getPath, getVersion, setHttpMethod, setPath, setVersion, withApiInfoprotected byte[] toBody()
toBody 在类中 AbstractRequestprotected void toQueryParamMap(HashMap<String,Object> map, String prefix)
toQueryParamMap 在类中 AbstractRequestprotected void toPathParamMap(HashMap<String,String> map, String prefix)
toPathParamMap 在类中 AbstractRequestpublic FunctionalTest getTest()
public void setTest(FunctionalTest test)
Copyright © 2022. All rights reserved.