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

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

package com.alipay.api.response;

import com.alipay.api.internal.mapping.ApiField;

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: alipay.digitalop.ucdp.apebehavior.sync response.
 * 
 * @author auto create
 * @since 1.0, 2024-03-01 16:27:04
 */
public class AlipayDigitalopUcdpApebehaviorSyncResponse extends AlipayResponse {

	private static final long serialVersionUID = 1651731424181511692L;

	/** 
	 * 请求链路标识,用于排查问题
	 */
	@ApiField("trace_id")
	private String traceId;

	public void setTraceId(String traceId) {
		this.traceId = traceId;
	}
	public String getTraceId( ) {
		return this.traceId;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy