
com.alipay.api.domain.AlipayEbppProdmodeTasknodeQueryModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alipay-sdk Show documentation
Show all versions of alipay-sdk Show documentation
baidu push client api with maven
The newest version!
package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 审批任务节点状态API
*
* @author auto create
* @since 1.0, 2017-06-22 16:17:03
*/
public class AlipayEbppProdmodeTasknodeQueryModel extends AlipayObject {
private static final long serialVersionUID = 5595657921479299957L;
/**
* 任务编号
*/
@ApiField("task_id")
private String taskId;
public String getTaskId() {
return this.taskId;
}
public void setTaskId(String taskId) {
this.taskId = taskId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy