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

com.javajy.api.controller.b Maven / Gradle / Ivy

The newest version!
package com.javajy.api.controller;

import com.wechat.pay.java.service.payments.jsapi.model.PrepayRequest;

class b extends PrepayRequest {
    private String v;
    private String w;
    private String x;
    private String y;

    b() {
    }

    public String j() {
        return this.v;
    }

    public void e(String var1) {
        this.v = var1;
    }

    public String k() {
        return this.w;
    }

    public void f(String var1) {
        this.w = var1;
    }

    public String l() {
        return this.x;
    }

    public void g(String var1) {
        this.x = var1;
    }

    public String m() {
        return this.y;
    }

    public void h(String var1) {
        this.y = var1;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy