public class ApiRequestConfig extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ApiRequestConfig()
public ApiRequestConfig(ApiRequestConfig source)
public String getPath()
public void setPath(String Path)
Path
- pathpublic String getMethod()
public void setMethod(String Method)
Method
- MethodCopyright © 2023. All rights reserved.