Class SubmitTaskEventRequest

    • 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 - 回调地址