public static class GrolifantProblemReporter.ProblemId
Defines a problem id.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public String |
getDisplayName() |
|
public String |
getName() |
|
public ProblemGroup |
getProblemGroup() |
|
public static ProblemId |
of(String name, String displayName, ProblemGroup problemGroup) |
|
public static ProblemId |
of(String name, String displayName, String groupName, String groupDisplayName) |