public class ApiRequestConfig extends AbstractModel
Constructor and Description |
---|
ApiRequestConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getMethod()
Get 方法
|
String |
getPath()
Get path
|
void |
setMethod(String Method)
Set 方法
|
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
Copyright © 2020. All rights reserved.