Class Submission


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

    Properties related to the submission of the section grade.

    • Field Detail

      • submittedBy

        @JsonPropertyDescription("The person who submitted the section grade.")
        private Object submittedBy
        Submitted By

        The person who submitted the section grade.

      • submittedOn

        @JsonPropertyDescription("The date the section grade was submitted.")
        private Object submittedOn
        Submitted On

        The date the section grade was submitted.

      • method

        @JsonPropertyDescription("The method by which the section grade was submitted.")
        private Object method
        Method

        The method by which the section grade was submitted.

      • reason

        @JsonPropertyDescription("The reason for the section grade submission.")
        private Object reason
        Reason

        The reason for the section grade submission.

    • Constructor Detail

      • Submission

        public Submission()
    • Method Detail

      • getSubmittedBy

        public Object getSubmittedBy()
        Submitted By

        The person who submitted the section grade.

      • setSubmittedBy

        public void setSubmittedBy​(Object submittedBy)
        Submitted By

        The person who submitted the section grade.

      • getSubmittedOn

        public Object getSubmittedOn()
        Submitted On

        The date the section grade was submitted.

      • setSubmittedOn

        public void setSubmittedOn​(Object submittedOn)
        Submitted On

        The date the section grade was submitted.

      • getMethod

        public Object getMethod()
        Method

        The method by which the section grade was submitted.

      • setMethod

        public void setMethod​(Object method)
        Method

        The method by which the section grade was submitted.

      • getReason

        public Object getReason()
        Reason

        The reason for the section grade submission.

      • setReason

        public void setReason​(Object reason)
        Reason

        The reason for the section grade submission.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object