Class Process


  • @Generated("jsonschema2pojo")
    public class Process
    extends Object
    Process

    Properties associated with the processing of section grades.

    • Field Detail

      • gradeExtension

        @JsonPropertyDescription("Default grade and expiration date for incomplete grades.")
        private Object gradeExtension
        Grade Extension

        Default grade and expiration date for incomplete grades.

      • transcript

        @JsonPropertyDescription("Properties dealing with the transcript processing of the grade.")
        private Object transcript
        Transcript

        Properties dealing with the transcript processing of the grade.

    • Constructor Detail

      • Process

        public Process()
    • Method Detail

      • getGradeExtension

        public Object getGradeExtension()
        Grade Extension

        Default grade and expiration date for incomplete grades.

      • setGradeExtension

        public void setGradeExtension​(Object gradeExtension)
        Grade Extension

        Default grade and expiration date for incomplete grades.

      • withGradeExtension

        public Process withGradeExtension​(Object gradeExtension)
      • getTranscript

        public Object getTranscript()
        Transcript

        Properties dealing with the transcript processing of the grade.

      • setTranscript

        public void setTranscript​(Object transcript)
        Transcript

        Properties dealing with the transcript processing of the grade.

      • withTranscript

        public Process withTranscript​(Object transcript)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object