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

twitter4j.v1.StallWarning Maven / Gradle / Ivy

package twitter4j.v1;

/**
 * stall warning
 */
public interface StallWarning {
    /**
     * @return code
     */
    String getCode();

    /**
     * @return message
     */
    String getMessage();

    /**
     * @return percent full
     */
    int getPercentFull();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy