Class Hack
java.lang.Object
com.github.rami_sabbagh.codeforces.api.objects.CFObject
com.github.rami_sabbagh.codeforces.api.objects.Hack
public class Hack extends CFObject
Represents a hack, made during Codeforces Round.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Hack.JudgeProtocol
Represents the judging protocol for a hack. -
Field Summary
Fields Modifier and Type Field Description long
creationTimeSeconds
Hack creation time in unix format.Party
defender
Party
hacker
int
id
Hack.JudgeProtocol
judgeProtocol
Localized.Problem
problem
Hacked problem.String
test
Can be absent.HackVerdict
verdict
Can be absent. -
Constructor Summary
Constructors Constructor Description Hack()
-
Method Summary
Methods inherited from class com.github.rami_sabbagh.codeforces.api.objects.CFObject
toString, toStringPretty
-
Field Details
-
id
public int id -
creationTimeSeconds
public long creationTimeSecondsHack creation time in unix format. -
hacker
-
defender
-
verdict
Can be absent. -
problem
Hacked problem. -
test
Can be absent. -
judgeProtocol
Localized. Can be absent.
-
-
Constructor Details
-
Hack
public Hack()
-