Class BasicAnswerResponse
java.lang.Object
com.amos2020.javabackend.rest_service.response.BasicAnswerResponse
public class BasicAnswerResponse
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringannotationprivate java.lang.Booleandocumentationprivate intfaccritIdprivate intinterviewIdprivate java.lang.Booleanprocedureprivate java.lang.Stringproofprivate intquestionIdprivate java.lang.StringquestionTextprivate java.lang.Stringreasonprivate java.lang.Booleanresponsibleprivate java.lang.Booleanresult -
Constructor Summary
Constructors Constructor Description BasicAnswerResponse()BasicAnswerResponse(Answer answer) -
Method Summary
-
Field Details
-
questionId
private int questionId -
questionText
private java.lang.String questionText -
interviewId
private int interviewId -
faccritId
private int faccritId -
annotation
private java.lang.String annotation -
proof
private java.lang.String proof -
reason
private java.lang.String reason -
procedure
private java.lang.Boolean procedure -
documentation
private java.lang.Boolean documentation -
responsible
private java.lang.Boolean responsible -
result
private java.lang.Boolean result
-
-
Constructor Details
-
BasicAnswerResponse
-
BasicAnswerResponse
public BasicAnswerResponse()
-