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

br.com.moip.api.request.APIDateRequest Maven / Gradle / Ivy

The newest version!
package br.com.moip.api.request;

import java.util.Date;

public class APIDateRequest {

    private Date date;

    public Date getDate() {
        return date;
    }

    /**
     * This constructor receive a APIDate object to fill the attribute date.
     *
     * @param   date
     *          {@code APIDate} a numerical date.
     */
    public void date(Date date) { this.date = date; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy