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

Alachisoft.NCache.DataModel.ClusterHealthMetadata Maven / Gradle / Ivy

The newest version!
package Alachisoft.NCache.DataModel;

public class ClusterHealthMetadata {

    private int id;

    public int getId() {
        return id;
    }

    public void setId(int id) {
        this.id = id;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy