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

com.jelastic.api.system.statistic.StatElementInterface Maven / Gradle / Ivy

The newest version!
/*Server class MD5: 491d04a2dcca4ecc9b973f9c88b72725*/
package com.jelastic.api.system.statistic;

import java.util.Date;

/**
 * @name Jelastic API Client
 * @version 8.11.2
 * @copyright Jelastic, Inc.
 */
public interface StatElementInterface {

    public Date getCollectDate();

    public void setCollectDate(Date collectDate);

    public void merge(StatElementInterface mergeWith);

    public void addition(StatElementInterface addWith);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy