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

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

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

public class Info {

    private String key;
    private String value;

    public String getKey() {
        return key;
    }

    public String getValue() {
        return value;
    }

    @Override
    public String toString() {
        return "["+key+":"+value+"]";
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy