public class RequestConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
RequestConfig()  | 
RequestConfig(RequestConfig source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RequestConfig()
public RequestConfig(RequestConfig source)
public 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 © 2025. All rights reserved.