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

br.com.anteros.ejabberd.api.results.Last Maven / Gradle / Ivy

The newest version!
package br.com.anteros.ejabberd.api.results;

import java.time.Instant;

public class Last {

    private Instant timestamp;
    private String status;

    public Instant getTimestamp() {
        return timestamp;
    }

    public String getStatus() {
        return status;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy