All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alipay.api.response.AlipayCommerceTransportIntelligentizeFlowodanalysCreateResponse Maven / Gradle / Ivy

Go to download

Alipay openapi SDK for Java Copyright © 2018 杭州蚂蚁金服 All rights reserved. 版权所有 (C)杭州蚂蚁金服 http://open.alipay.com

There is a newer version: 4.40.21.ALL
Show newest version
package com.alipay.api.response;

import java.util.List;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
import com.alipay.api.domain.ServiceSubTaskCreateOpenapiResult;

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: alipay.commerce.transport.intelligentize.flowodanalys.create response.
 * 
 * @author auto create
 * @since 1.0, 2024-08-09 13:29:26
 */
public class AlipayCommerceTransportIntelligentizeFlowodanalysCreateResponse extends AlipayResponse {

	private static final long serialVersionUID = 8793366262725969711L;

	/** 
	 * 服务任务ID
	 */
	@ApiField("service_task_id")
	private String serviceTaskId;

	/** 
	 * 服务任务类型
	 */
	@ApiField("service_task_type")
	private String serviceTaskType;

	/** 
	 * 服务子任务创建结果列表
	 */
	@ApiListField("sub_task_create_result_list")
	@ApiField("service_sub_task_create_openapi_result")
	private List subTaskCreateResultList;

	public void setServiceTaskId(String serviceTaskId) {
		this.serviceTaskId = serviceTaskId;
	}
	public String getServiceTaskId( ) {
		return this.serviceTaskId;
	}

	public void setServiceTaskType(String serviceTaskType) {
		this.serviceTaskType = serviceTaskType;
	}
	public String getServiceTaskType( ) {
		return this.serviceTaskType;
	}

	public void setSubTaskCreateResultList(List subTaskCreateResultList) {
		this.subTaskCreateResultList = subTaskCreateResultList;
	}
	public List getSubTaskCreateResultList( ) {
		return this.subTaskCreateResultList;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy