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

cn.afterturn.easypoi.wps.entity.WpsToken Maven / Gradle / Ivy

There is a newer version: 4.5.0
Show newest version
package cn.afterturn.easypoi.wps.entity;

import cn.afterturn.easypoi.wps.entity.resreq.WpsResponse;
import lombok.Data;

import java.io.Serializable;

/**
 * @author JueYue
 * 界面的Token数据,默认不使用
 */
@Data
public class WpsToken extends WpsResponse implements Serializable {

    private int    expires_in;
    private String token;
    private String wpsUrl;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy