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

com.foxinmy.weixin4j.wxa.api.WxaApiAsyncResult Maven / Gradle / Ivy

The newest version!
package com.foxinmy.weixin4j.wxa.api;

import com.alibaba.fastjson.TypeReference;

class WxaApiAsyncResult extends WxaApiResult {

	private static final long serialVersionUID = 2020022001L;

	public static final TypeReference TYPE_REFERENCE
		= new TypeReference() {
		};

	private String traceId;

	public WxaApiAsyncResult() {
	}

	public String getTraceId() {
		return traceId;
	}

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy