public class SrvInvokeRequest extends AbstractModel
Constructor and Description |
---|
SrvInvokeRequest() |
SrvInvokeRequest(SrvInvokeRequest 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 服务接口,要调用的方法函数名
|
String |
getParam()
Get 用户自定义json字符串
|
String |
getService()
Get 服务类型,iss或者dam
|
void |
setMethod(String Method)
Set 服务接口,要调用的方法函数名
|
void |
setParam(String Param)
Set 用户自定义json字符串
|
void |
setService(String Service)
Set 服务类型,iss或者dam
|
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 SrvInvokeRequest()
public SrvInvokeRequest(SrvInvokeRequest source)
public String getService()
public void setService(String Service)
Service
- 服务类型,iss或者dampublic String getMethod()
public void setMethod(String Method)
Method
- 服务接口,要调用的方法函数名public String getParam()
public void setParam(String Param)
Param
- 用户自定义json字符串Copyright © 2021. All rights reserved.