Class InvokeServiceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcex.v20200727.models.InvokeServiceRequest
-
public class InvokeServiceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InvokeServiceRequest()InvokeServiceRequest(InvokeServiceRequest 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 StringgetFileUrl()Get 用于测试的文档的URL。StringgetInput()Get 用于测试的文本,当此值不为空时,调用内容以此参数的值为准。StringgetServiceId()Get 待调用的服务ID。LonggetServiceStatus()Get 要调用服务的状态:0表示调试版本,1表示上线版本voidsetFileUrl(String FileUrl)Set 用于测试的文档的URL。voidsetInput(String Input)Set 用于测试的文本,当此值不为空时,调用内容以此参数的值为准。voidsetServiceId(String ServiceId)Set 待调用的服务ID。voidsetServiceStatus(Long ServiceStatus)Set 要调用服务的状态:0表示调试版本,1表示上线版本voidtoMap(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
-
InvokeServiceRequest
public InvokeServiceRequest()
-
InvokeServiceRequest
public InvokeServiceRequest(InvokeServiceRequest 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
-
getServiceId
public String getServiceId()
Get 待调用的服务ID。- Returns:
- ServiceId 待调用的服务ID。
-
setServiceId
public void setServiceId(String ServiceId)
Set 待调用的服务ID。- Parameters:
ServiceId- 待调用的服务ID。
-
getServiceStatus
public Long getServiceStatus()
Get 要调用服务的状态:0表示调试版本,1表示上线版本- Returns:
- ServiceStatus 要调用服务的状态:0表示调试版本,1表示上线版本
-
setServiceStatus
public void setServiceStatus(Long ServiceStatus)
Set 要调用服务的状态:0表示调试版本,1表示上线版本- Parameters:
ServiceStatus- 要调用服务的状态:0表示调试版本,1表示上线版本
-
getFileUrl
public String getFileUrl()
Get 用于测试的文档的URL。- Returns:
- FileUrl 用于测试的文档的URL。
-
setFileUrl
public void setFileUrl(String FileUrl)
Set 用于测试的文档的URL。- Parameters:
FileUrl- 用于测试的文档的URL。
-
getInput
public String getInput()
Get 用于测试的文本,当此值不为空时,调用内容以此参数的值为准。- Returns:
- Input 用于测试的文本,当此值不为空时,调用内容以此参数的值为准。
-
setInput
public void setInput(String Input)
Set 用于测试的文本,当此值不为空时,调用内容以此参数的值为准。- Parameters:
Input- 用于测试的文本,当此值不为空时,调用内容以此参数的值为准。
-
-