public class ApiRequestConfig extends AbstractModel
Constructor and Description |
---|
ApiRequestConfig() |
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 String getPath()
public void setPath(String Path)
Path
- pathpublic String getMethod()
public void setMethod(String Method)
Method
- MethodCopyright © 2020. All rights reserved.