Class Representative


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

    The individual representing the institution who made this decision.

    • Field Detail

      • fullName

        @JsonPropertyDescription("The full name of the user who made this update.")
        private String fullName
        Full Name

        The full name of the user who made this update. (Required)

      • userId

        @JsonPropertyDescription("The ID of the user in the Student Record System.")
        private String userId
        User ID

        The ID of the user in the Student Record System. (Required)

      • email

        @JsonPropertyDescription("The email address of the user who made this update.")
        private String email
        Email

        The email address of the user who made this update. (Required)

    • Constructor Detail

      • Representative

        public Representative()
    • Method Detail

      • getFullName

        public String getFullName()
        Full Name

        The full name of the user who made this update. (Required)

      • setFullName

        public void setFullName​(String fullName)
        Full Name

        The full name of the user who made this update. (Required)

      • getUserId

        public String getUserId()
        User ID

        The ID of the user in the Student Record System. (Required)

      • setUserId

        public void setUserId​(String userId)
        User ID

        The ID of the user in the Student Record System. (Required)

      • getEmail

        public String getEmail()
        Email

        The email address of the user who made this update. (Required)

      • setEmail

        public void setEmail​(String email)
        Email

        The email address of the user who made this update. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object