public class StartCompatibilityTestRequest extends AbstractRequest
| 构造器和说明 |
|---|
StartCompatibilityTestRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
CompatibilityTest |
getTest() |
void |
setTest(CompatibilityTest 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, withApiInfopublic CompatibilityTest getTest()
public void setTest(CompatibilityTest test)
protected byte[] toBody()
toBody 在类中 AbstractRequestprotected void toQueryParamMap(HashMap<String,Object> map, String prefix)
toQueryParamMap 在类中 AbstractRequestprotected void toPathParamMap(HashMap<String,String> map, String prefix)
toPathParamMap 在类中 AbstractRequestCopyright © 2022. All rights reserved.