Class Override


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

    Properties defined for the section that may be overridden for individual registrations.

    • Field Detail

      • academicPeriod

        @JsonPropertyDescription("The academic period for the registration.")
        private Object academicPeriod
        Academic Period

        The academic period for the registration.

      • site

        @JsonPropertyDescription("The primary location within the organization where a section\'s meetings will be held for the registration.")
        private Object site
        Site

        The primary location within the organization where a section's meetings will be held for the registration.

    • Constructor Detail

      • Override

        public Override()
    • Method Detail

      • getAcademicPeriod

        public Object getAcademicPeriod()
        Academic Period

        The academic period for the registration.

      • setAcademicPeriod

        public void setAcademicPeriod​(Object academicPeriod)
        Academic Period

        The academic period for the registration.

      • withAcademicPeriod

        public Override withAcademicPeriod​(Object academicPeriod)
      • getSite

        public Object getSite()
        Site

        The primary location within the organization where a section's meetings will be held for the registration.

      • setSite

        public void setSite​(Object site)
        Site

        The primary location within the organization where a section's meetings will be held for the registration.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object