public class RequestConfig extends AbstractModel
| Constructor and Description | 
|---|
| RequestConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getMethod()Get API request method, such as `GET`. | 
| String | getPath()Get API path, such as `/path`. | 
| void | setMethod(String Method)Set API request method, such as `GET`. | 
| void | setPath(String Path)Set API path, such as `/path`. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getPath()
public void setPath(String Path)
Path - API path, such as `/path`.public String getMethod()
public void setMethod(String Method)
Method - API request method, such as `GET`.Copyright © 2020. All rights reserved.