public class LegacyStartAction extends LegacyAction
LegacyAction.LegacyActionType, LegacyAction.SetAttribute
actionType
Constructor and Description |
---|
LegacyStartAction() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getIsCBViewable() |
java.lang.Boolean |
getIsPCSEligible() |
int |
getMaxAttemptsAndHints() |
java.lang.String |
getProblemSectionId() |
java.lang.String |
getProblemType() |
java.lang.String |
getScoringVer() |
java.lang.String |
getTutoringType() |
void |
set(int index,
java.lang.Object attr) |
void |
setIsCBViewable(java.lang.Boolean isCBViewable) |
void |
setIsPCSEligible(java.lang.Boolean isPCSEligible) |
void |
setMaxAttemptsAndHints(int maxAttemptsAndHints) |
void |
setProblemSectionId(java.lang.String problemSectionId) |
void |
setProblemType(java.lang.String problemType) |
void |
setScoringVer(java.lang.String scoringVer) |
void |
setTutoringType(java.lang.String tutoringType) |
addError, addException, getActionType, getErrors, getProblemId, getProblemIdDecoded, getQuestionId, getTimestamp, getTimestampMS, getTimestampPretty, setActionType, setErrors, setProblemId, setProblemIdDecoded, setQuestionId, setTimestamp
public java.lang.String getProblemSectionId()
public void setProblemSectionId(java.lang.String problemSectionId)
public java.lang.String getTutoringType()
public void setTutoringType(java.lang.String tutoringType)
public java.lang.Boolean getIsPCSEligible()
public void setIsPCSEligible(java.lang.Boolean isPCSEligible)
public java.lang.Boolean getIsCBViewable()
public void setIsCBViewable(java.lang.Boolean isCBViewable)
public java.lang.String getProblemType()
public void setProblemType(java.lang.String problemType)
public int getMaxAttemptsAndHints()
public void setMaxAttemptsAndHints(int maxAttemptsAndHints)
public java.lang.String getScoringVer()
public void setScoringVer(java.lang.String scoringVer)
public void set(int index, java.lang.Object attr)
set
in class LegacyAction