public final class GradeHistory
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Classroom API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
GradeHistory() |
| Modifier and Type | Method and Description |
|---|---|
GradeHistory |
clone() |
java.lang.String |
getActorUserId()
The teacher who made the grade change.
|
java.lang.String |
getGradeChangeType()
The type of grade change at this time in the submission grade history.
|
java.lang.String |
getGradeTimestamp()
When the grade of the submission was changed.
|
java.lang.Double |
getMaxPoints()
The denominator of the grade at this time in the submission grade history.
|
java.lang.Double |
getPointsEarned()
The numerator of the grade at this time in the submission grade history.
|
GradeHistory |
set(java.lang.String fieldName,
java.lang.Object value) |
GradeHistory |
setActorUserId(java.lang.String actorUserId)
The teacher who made the grade change.
|
GradeHistory |
setGradeChangeType(java.lang.String gradeChangeType)
The type of grade change at this time in the submission grade history.
|
GradeHistory |
setGradeTimestamp(java.lang.String gradeTimestamp)
When the grade of the submission was changed.
|
GradeHistory |
setMaxPoints(java.lang.Double maxPoints)
The denominator of the grade at this time in the submission grade history.
|
GradeHistory |
setPointsEarned(java.lang.Double pointsEarned)
The numerator of the grade at this time in the submission grade history.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getActorUserId()
null for nonepublic GradeHistory setActorUserId(java.lang.String actorUserId)
actorUserId - actorUserId or null for nonepublic java.lang.String getGradeChangeType()
null for nonepublic GradeHistory setGradeChangeType(java.lang.String gradeChangeType)
gradeChangeType - gradeChangeType or null for nonepublic java.lang.String getGradeTimestamp()
null for nonepublic GradeHistory setGradeTimestamp(java.lang.String gradeTimestamp)
gradeTimestamp - gradeTimestamp or null for nonepublic java.lang.Double getMaxPoints()
null for nonepublic GradeHistory setMaxPoints(java.lang.Double maxPoints)
maxPoints - maxPoints or null for nonepublic java.lang.Double getPointsEarned()
null for nonepublic GradeHistory setPointsEarned(java.lang.Double pointsEarned)
pointsEarned - pointsEarned or null for nonepublic GradeHistory set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GradeHistory clone()
clone in class com.google.api.client.json.GenericJson