com.flutterwave.rave.java.payload.suggestedload Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Rave-Java Show documentation
Show all versions of Rave-Java Show documentation
A Java API wrapper for the Rave API
The newest version!
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.flutterwave.rave.java.payload;
/**
*
* @author cleopatradouglas
*/
public class suggestedload {
/**
* @return the request
*/
public String getRequest() {
return request;
}
/**
* @param request the request to set
*/
public void setRequest(String request) {
this.request = request;
}
/**
* @return the suggested_auth
*/
public String getSuggested_auth() {
return suggested_auth;
}
/**
* @param suggested_auth the suggested_auth to set
*/
public void setSuggested_auth(String suggested_auth) {
this.suggested_auth = suggested_auth;
}
private String suggested_auth;
private String request;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy