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

com.liumapp.datapay.imageid.bean.ImageApi Maven / Gradle / Ivy

The newest version!
package com.liumapp.datapay.imageid.bean;

import org.springframework.stereotype.Component;

/**
 * Created by haoxy on 2018/11/24.
 * E-mail:[email protected]
 * github:https://github.com/haoxiaoyong1014
 */
@Component
public class ImageApi {

    private String host;

    private String path;

    private String appkey;

    public String getHost() {
        return host;
    }

    public void setHost(String host) {
        this.host = host;
    }

    public String getPath() {
        return path;
    }

    public void setPath(String path) {
        this.path = path;
    }

    public String getAppkey() {
        return appkey;
    }

    public void setAppkey(String appkey) {
        this.appkey = appkey;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy