Class RatingChange

java.lang.Object
com.github.rami_sabbagh.codeforces.api.objects.CFObject
com.github.rami_sabbagh.codeforces.api.objects.RatingChange

public class RatingChange
extends CFObject
Represents a participation of user in rated contest.
  • Field Details

    • contestId

      public int contestId
    • contestName

      public String contestName
      Localized.
    • handle

      public String handle
      Codeforces user handle.
    • rank

      public int rank
      Place of the user in the contest. This field contains user rank on the moment of rating update. If afterwards rank changes (e.g. someone get disqualified), this field will not be update and will contain old rank.
    • ratingUpdateTimeSeconds

      public int ratingUpdateTimeSeconds
      Time, when rating for the contest was update, in unix-format.
    • oldRating

      public int oldRating
      User rating before the contest.
    • newRating

      public int newRating
      User rating after the contest.
  • Constructor Details