public class CallISAPIRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CallISAPIRequest() |
CallISAPIRequest(CallISAPIRequest 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 |
getDeviceId()
Get 设备ID
|
String |
getInputData()
Get 输入参数
|
String |
getUrl()
Get url 资源
|
void |
setDeviceId(String DeviceId)
Set 设备ID
|
void |
setInputData(String InputData)
Set 输入参数
|
void |
setUrl(String Url)
Set url 资源
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CallISAPIRequest()
public CallISAPIRequest(CallISAPIRequest source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备IDpublic String getUrl()
public void setUrl(String Url)
Url
- url 资源public String getInputData()
public void setInputData(String InputData)
InputData
- 输入参数Copyright © 2024. All rights reserved.