Class SectionRegistration


  • @Generated("jsonschema2pojo")
    public class SectionRegistration
    extends Object
    Section Registration

    The section registration associated with the grade.

    • Field Detail

      • id

        @JsonPropertyDescription("The global identifier for the Section Registration.")
        private String id
        ID

        The global identifier for the Section Registration. (Required)

    • Constructor Detail

      • SectionRegistration

        public SectionRegistration()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Section Registration. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Section Registration. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object