public class ApiRequestConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ApiRequestConfig() | 
| ApiRequestConfig(ApiRequestConfig 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 Method | 
| String | getPath()Get path | 
| void | setMethod(String Method)Set Method | 
| void | setPath(String Path)Set path | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ApiRequestConfig()
public ApiRequestConfig(ApiRequestConfig source)
public String getPath()
public void setPath(String Path)
Path - pathpublic String getMethod()
public void setMethod(String Method)
Method - MethodCopyright © 2024. All rights reserved.