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

com.quhaodian.site.domain.request.AppRequest Maven / Gradle / Ivy

The newest version!
package com.quhaodian.site.domain.request;

import com.quhaodian.discover.rest.base.RequestObjectBase;

/**
 * Created by ada on 2017/5/16.
 */
public class AppRequest extends RequestObjectBase {

    private String appKey;

    private String appSecret;

    public String getAppKey() {
        return appKey;
    }

    public void setAppKey(String appKey) {
        this.appKey = appKey;
    }

    public String getAppSecret() {
        return appSecret;
    }

    public void setAppSecret(String appSecret) {
        this.appSecret = appSecret;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy