Class SrvInvokeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tbaas.v20180416.models.SrvInvokeRequest
-
public class SrvInvokeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMethod()Get 服务接口,要调用的方法函数名StringgetParam()Get 用户自定义json字符串StringgetService()Get 服务类型,iss或者damvoidsetMethod(String Method)Set 服务接口,要调用的方法函数名voidsetParam(String Param)Set 用户自定义json字符串voidsetService(String Service)Set 服务类型,iss或者damvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SrvInvokeRequest
public SrvInvokeRequest()
-
SrvInvokeRequest
public 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.
-
-
Method Detail
-
getService
public String getService()
Get 服务类型,iss或者dam- Returns:
- Service 服务类型,iss或者dam
-
setService
public void setService(String Service)
Set 服务类型,iss或者dam- Parameters:
Service- 服务类型,iss或者dam
-
getMethod
public String getMethod()
Get 服务接口,要调用的方法函数名- Returns:
- Method 服务接口,要调用的方法函数名
-
setMethod
public void setMethod(String Method)
Set 服务接口,要调用的方法函数名- Parameters:
Method- 服务接口,要调用的方法函数名
-
getParam
public String getParam()
Get 用户自定义json字符串- Returns:
- Param 用户自定义json字符串
-
setParam
public void setParam(String Param)
Set 用户自定义json字符串- Parameters:
Param- 用户自定义json字符串
-
-