Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (14 loc) · 741 Bytes

CFRatingChange.md

File metadata and controls

14 lines (14 loc) · 741 Bytes

Class: CFRatingChange.java

Description: Rating change of an specific user

Returns Method Description
CFRatingChange(JSONObject ob) constructor
constructs object on the basis of the informations from ob
int getContestId() returns contest id
String getContestName() returns contest name
String getHandle() returns user handle
int getRank() returns user rank in that contest
long getRatingUpdateTimeSeconds() Time, when rating for the contest was update, in unix-format.
int getOldRating() Old rating (rating before changes)
int getNewRating() New rating (rating after changes)
String toString() Returns basic informations in String format