public class InvokeServiceRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getFileUrl()
Get 用于测试的文档的URL。
|
String |
getInput()
Get 用于测试的文本,当此值不为空时,调用内容以此参数的值为准。
|
String |
getServiceId()
Get 待调用的服务ID。
|
Long |
getServiceStatus()
Get 要调用服务的状态:0表示调试版本,1表示上线版本
|
void |
setFileUrl(String FileUrl)
Set 用于测试的文档的URL。
|
void |
setInput(String Input)
Set 用于测试的文本,当此值不为空时,调用内容以此参数的值为准。
|
void |
setServiceId(String ServiceId)
Set 待调用的服务ID。
|
void |
setServiceStatus(Long ServiceStatus)
Set 要调用服务的状态:0表示调试版本,1表示上线版本
|
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 InvokeServiceRequest()
public InvokeServiceRequest(InvokeServiceRequest source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- 待调用的服务ID。public Long getServiceStatus()
public void setServiceStatus(Long ServiceStatus)
ServiceStatus
- 要调用服务的状态:0表示调试版本,1表示上线版本public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl
- 用于测试的文档的URL。public String getInput()
public void setInput(String Input)
Input
- 用于测试的文本,当此值不为空时,调用内容以此参数的值为准。Copyright © 2022. All rights reserved.