Class StudentCohorts


  • @Generated("jsonschema2pojo")
    public class StudentCohorts
    extends Object
    Student Cohorts

    The list of valid student cohorts.

    • Field Detail

      • metadata

        @JsonPropertyDescription("Metadata about the JSON payload")
        private Metadata metadata
        Metadata

        Metadata about the JSON payload

      • id

        @JsonPropertyDescription("The global identifier of the student cohort.")
        private String id
        ID

        The global identifier of the student cohort. (Required)

      • title

        @JsonPropertyDescription("The full name of the student cohort.")
        private String title
        Title

        The full name of the student cohort. (Required)

      • description

        @JsonPropertyDescription("The description of the student cohort.")
        private String description
        Description

        The description of the student cohort.

      • code

        @JsonPropertyDescription("The code that identifies the student cohort.")
        private String code
        Code

        The code that identifies the student cohort.

      • startOn

        @JsonPropertyDescription("The first date when when students may be assigned to the cohort.")
        private Object startOn
        Start On

        The first date when when students may be assigned to the cohort.

      • endOn

        @JsonPropertyDescription("The last date when when students may be assigned to the cohort.")
        private Object endOn
        End On

        The last date when when students may be assigned to the cohort.

      • initialAcademicPeriod

        @JsonPropertyDescription("The first academic period when students may be assigned to the cohort.")
        private Object initialAcademicPeriod
        Initial Academic Period

        The first academic period when students may be assigned to the cohort.

      • finalAcademicPeriod

        @JsonPropertyDescription("The last academic period when students may be assigned to the cohort.")
        private Object finalAcademicPeriod
        Final Academic Period

        The last academic period when students may be assigned to the cohort.

    • Constructor Detail

      • StudentCohorts

        public StudentCohorts()
    • Method Detail

      • getMetadata

        public Metadata getMetadata()
        Metadata

        Metadata about the JSON payload

      • setMetadata

        public void setMetadata​(Metadata metadata)
        Metadata

        Metadata about the JSON payload

      • getId

        public String getId()
        ID

        The global identifier of the student cohort. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier of the student cohort. (Required)

      • getTitle

        public String getTitle()
        Title

        The full name of the student cohort. (Required)

      • setTitle

        public void setTitle​(String title)
        Title

        The full name of the student cohort. (Required)

      • getDescription

        public String getDescription()
        Description

        The description of the student cohort.

      • setDescription

        public void setDescription​(String description)
        Description

        The description of the student cohort.

      • getCode

        public String getCode()
        Code

        The code that identifies the student cohort.

      • setCode

        public void setCode​(String code)
        Code

        The code that identifies the student cohort.

      • getStartOn

        public Object getStartOn()
        Start On

        The first date when when students may be assigned to the cohort.

      • setStartOn

        public void setStartOn​(Object startOn)
        Start On

        The first date when when students may be assigned to the cohort.

      • getEndOn

        public Object getEndOn()
        End On

        The last date when when students may be assigned to the cohort.

      • setEndOn

        public void setEndOn​(Object endOn)
        End On

        The last date when when students may be assigned to the cohort.

      • getInitialAcademicPeriod

        public Object getInitialAcademicPeriod()
        Initial Academic Period

        The first academic period when students may be assigned to the cohort.

      • setInitialAcademicPeriod

        public void setInitialAcademicPeriod​(Object initialAcademicPeriod)
        Initial Academic Period

        The first academic period when students may be assigned to the cohort.

      • withInitialAcademicPeriod

        public StudentCohorts withInitialAcademicPeriod​(Object initialAcademicPeriod)
      • getFinalAcademicPeriod

        public Object getFinalAcademicPeriod()
        Final Academic Period

        The last academic period when students may be assigned to the cohort.

      • setFinalAcademicPeriod

        public void setFinalAcademicPeriod​(Object finalAcademicPeriod)
        Final Academic Period

        The last academic period when students may be assigned to the cohort.

      • withFinalAcademicPeriod

        public StudentCohorts withFinalAcademicPeriod​(Object finalAcademicPeriod)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object