Class RecentAction
java.lang.Object
com.github.rami_sabbagh.codeforces.api.objects.CFObject
com.github.rami_sabbagh.codeforces.api.objects.RecentAction
public class RecentAction extends CFObject
Represents a recent action.
-
Field Summary
Fields Modifier and Type Field Description long
timeSeconds
Action time, in unix format. -
Constructor Summary
Constructors Constructor Description RecentAction()
-
Method Summary
Methods inherited from class com.github.rami_sabbagh.codeforces.api.objects.CFObject
toString, toStringPretty
-
Field Details
-
timeSeconds
public long timeSecondsAction time, in unix format.
-
-
Constructor Details
-
RecentAction
public RecentAction()
-