public class SubmitTaskEventRequest extends AbstractModel
Constructor and Description |
---|
SubmitTaskEventRequest() |
SubmitTaskEventRequest(SubmitTaskEventRequest 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 |
getAccountId()
Get 用户ID
|
Long |
getAsync()
Get 同步异步方式:0为同步、1位异步
|
String |
getCode()
Get 任务事件Code
|
String |
getDeviceId()
Get 设备ID
|
String |
getNotifyURL()
Get 回调地址
|
String |
getOrderId()
Get 订单ID
|
Long |
getProductId()
Get 产品ID
|
void |
setAccountId(String AccountId)
Set 用户ID
|
void |
setAsync(Long Async)
Set 同步异步方式:0为同步、1位异步
|
void |
setCode(String Code)
Set 任务事件Code
|
void |
setDeviceId(String DeviceId)
Set 设备ID
|
void |
setNotifyURL(String NotifyURL)
Set 回调地址
|
void |
setOrderId(String OrderId)
Set 订单ID
|
void |
setProductId(Long ProductId)
Set 产品ID
|
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 SubmitTaskEventRequest()
public SubmitTaskEventRequest(SubmitTaskEventRequest source)
public String getAccountId()
public void setAccountId(String AccountId)
AccountId
- 用户IDpublic String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备IDpublic String getOrderId()
public void setOrderId(String OrderId)
OrderId
- 订单IDpublic String getCode()
public void setCode(String Code)
Code
- 任务事件Codepublic Long getAsync()
public void setAsync(Long Async)
Async
- 同步异步方式:0为同步、1位异步public Long getProductId()
public void setProductId(Long ProductId)
ProductId
- 产品IDpublic String getNotifyURL()
public void setNotifyURL(String NotifyURL)
NotifyURL
- 回调地址Copyright © 2023. All rights reserved.