Class SubmitTaskEventRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.smop.v20201203.models.SubmitTaskEventRequest
-
public class SubmitTaskEventRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccountId()
Get 用户IDLong
getAsync()
Get 同步异步方式:0为同步、1位异步String
getCode()
Get 任务事件CodeString
getDeviceId()
Get 设备IDString
getNotifyURL()
Get 回调地址String
getOrderId()
Get 订单IDLong
getProductId()
Get 产品IDvoid
setAccountId(String AccountId)
Set 用户IDvoid
setAsync(Long Async)
Set 同步异步方式:0为同步、1位异步void
setCode(String Code)
Set 任务事件Codevoid
setDeviceId(String DeviceId)
Set 设备IDvoid
setNotifyURL(String NotifyURL)
Set 回调地址void
setOrderId(String OrderId)
Set 订单IDvoid
setProductId(Long ProductId)
Set 产品IDvoid
toMap(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
-
SubmitTaskEventRequest
public SubmitTaskEventRequest()
-
SubmitTaskEventRequest
public 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.
-
-
Method Detail
-
getAccountId
public String getAccountId()
Get 用户ID- Returns:
- AccountId 用户ID
-
setAccountId
public void setAccountId(String AccountId)
Set 用户ID- Parameters:
AccountId
- 用户ID
-
getDeviceId
public String getDeviceId()
Get 设备ID- Returns:
- DeviceId 设备ID
-
setDeviceId
public void setDeviceId(String DeviceId)
Set 设备ID- Parameters:
DeviceId
- 设备ID
-
getOrderId
public String getOrderId()
Get 订单ID- Returns:
- OrderId 订单ID
-
setOrderId
public void setOrderId(String OrderId)
Set 订单ID- Parameters:
OrderId
- 订单ID
-
getCode
public String getCode()
Get 任务事件Code- Returns:
- Code 任务事件Code
-
setCode
public void setCode(String Code)
Set 任务事件Code- Parameters:
Code
- 任务事件Code
-
getAsync
public Long getAsync()
Get 同步异步方式:0为同步、1位异步- Returns:
- Async 同步异步方式:0为同步、1位异步
-
setAsync
public void setAsync(Long Async)
Set 同步异步方式:0为同步、1位异步- Parameters:
Async
- 同步异步方式:0为同步、1位异步
-
getProductId
public Long getProductId()
Get 产品ID- Returns:
- ProductId 产品ID
-
setProductId
public void setProductId(Long ProductId)
Set 产品ID- Parameters:
ProductId
- 产品ID
-
getNotifyURL
public String getNotifyURL()
Get 回调地址- Returns:
- NotifyURL 回调地址
-
setNotifyURL
public void setNotifyURL(String NotifyURL)
Set 回调地址- Parameters:
NotifyURL
- 回调地址
-
-