/* Options: Date: 2024-10-06 10:32:12 Version: 8.22 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://data.regent-college.edu //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: StudentTransferCredentialPackageUpdateRequest.* //ExcludeTypes: //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.*; import java.util.*; import net.servicestack.client.*; public class dtos { @Route(Path="/StudentTransferCredentials/{uuid}/Update/{equivalent_id}", Verbs="POST") public static class StudentTransferCredentialPackageUpdateRequest implements IReturn { public String uuid = null; public Integer equivalent_id = null; public Boolean is_advanced_standing = null; public Integer institution_id = null; public String authorizing_uuid = null; public ArrayList studentTransferCredentialUpdateRequest = null; public ArrayList studentAcademicCredentialUpdateRequest = null; public String getUuid() { return uuid; } public StudentTransferCredentialPackageUpdateRequest setUuid(String value) { this.uuid = value; return this; } public Integer getEquivalentId() { return equivalent_id; } public StudentTransferCredentialPackageUpdateRequest setEquivalentId(Integer value) { this.equivalent_id = value; return this; } public Boolean getIsAdvancedStanding() { return is_advanced_standing; } public StudentTransferCredentialPackageUpdateRequest setIsAdvancedStanding(Boolean value) { this.is_advanced_standing = value; return this; } public Integer getInstitutionId() { return institution_id; } public StudentTransferCredentialPackageUpdateRequest setInstitutionId(Integer value) { this.institution_id = value; return this; } public String getAuthorizingUuid() { return authorizing_uuid; } public StudentTransferCredentialPackageUpdateRequest setAuthorizingUuid(String value) { this.authorizing_uuid = value; return this; } public ArrayList getStudentTransferCredentialUpdateRequest() { return studentTransferCredentialUpdateRequest; } public StudentTransferCredentialPackageUpdateRequest setStudentTransferCredentialUpdateRequest(ArrayList value) { this.studentTransferCredentialUpdateRequest = value; return this; } public ArrayList getStudentAcademicCredentialUpdateRequest() { return studentAcademicCredentialUpdateRequest; } public StudentTransferCredentialPackageUpdateRequest setStudentAcademicCredentialUpdateRequest(ArrayList value) { this.studentAcademicCredentialUpdateRequest = value; return this; } private static Object responseType = ResponseStatus.class; public Object getResponseType() { return responseType; } } @Route(Path="/StudentAcademicCredential/{uuid}/Update/{stac_uuid}", Verbs="POST") public static class StudentAcademicCredentialUpdateRequest implements IReturn { public String uuid = null; public String stac_uuid = null; public Integer section_id = null; public String course_name = null; public String section_code = null; public String subject = null; public Integer course_level = null; public String title = null; public String location = null; public Boolean is_audio = null; public Boolean is_oncampus = null; public BigDecimal credit_value = null; public BigDecimal audit_value = null; public Boolean is_audit = null; public Boolean is_pass_fail = null; public String grade = null; public Boolean is_grade_final = null; public BigDecimal gpa_credits = null; public BigDecimal grade_points = null; public String academic_level = null; public String printed_comments = null; public String term = null; public String reporting_term = null; public Integer reporting_year = null; public String current_status = null; public String authorizing_uuid = null; public String getUuid() { return uuid; } public StudentAcademicCredentialUpdateRequest setUuid(String value) { this.uuid = value; return this; } public String getStacUuid() { return stac_uuid; } public StudentAcademicCredentialUpdateRequest setStacUuid(String value) { this.stac_uuid = value; return this; } public Integer getSectionId() { return section_id; } public StudentAcademicCredentialUpdateRequest setSectionId(Integer value) { this.section_id = value; return this; } public String getCourseName() { return course_name; } public StudentAcademicCredentialUpdateRequest setCourseName(String value) { this.course_name = value; return this; } public String getSectionCode() { return section_code; } public StudentAcademicCredentialUpdateRequest setSectionCode(String value) { this.section_code = value; return this; } public String getSubject() { return subject; } public StudentAcademicCredentialUpdateRequest setSubject(String value) { this.subject = value; return this; } public Integer getCourseLevel() { return course_level; } public StudentAcademicCredentialUpdateRequest setCourseLevel(Integer value) { this.course_level = value; return this; } public String getTitle() { return title; } public StudentAcademicCredentialUpdateRequest setTitle(String value) { this.title = value; return this; } public String getLocation() { return location; } public StudentAcademicCredentialUpdateRequest setLocation(String value) { this.location = value; return this; } public Boolean getIsAudio() { return is_audio; } public StudentAcademicCredentialUpdateRequest setIsAudio(Boolean value) { this.is_audio = value; return this; } public Boolean getIsOncampus() { return is_oncampus; } public StudentAcademicCredentialUpdateRequest setIsOncampus(Boolean value) { this.is_oncampus = value; return this; } public BigDecimal getCreditValue() { return credit_value; } public StudentAcademicCredentialUpdateRequest setCreditValue(BigDecimal value) { this.credit_value = value; return this; } public BigDecimal getAuditValue() { return audit_value; } public StudentAcademicCredentialUpdateRequest setAuditValue(BigDecimal value) { this.audit_value = value; return this; } public Boolean getIsAudit() { return is_audit; } public StudentAcademicCredentialUpdateRequest setIsAudit(Boolean value) { this.is_audit = value; return this; } public Boolean getIsPassFail() { return is_pass_fail; } public StudentAcademicCredentialUpdateRequest setIsPassFail(Boolean value) { this.is_pass_fail = value; return this; } public String getGrade() { return grade; } public StudentAcademicCredentialUpdateRequest setGrade(String value) { this.grade = value; return this; } public Boolean getIsGradeFinal() { return is_grade_final; } public StudentAcademicCredentialUpdateRequest setIsGradeFinal(Boolean value) { this.is_grade_final = value; return this; } public BigDecimal getGpaCredits() { return gpa_credits; } public StudentAcademicCredentialUpdateRequest setGpaCredits(BigDecimal value) { this.gpa_credits = value; return this; } public BigDecimal getGradePoints() { return grade_points; } public StudentAcademicCredentialUpdateRequest setGradePoints(BigDecimal value) { this.grade_points = value; return this; } public String getAcademicLevel() { return academic_level; } public StudentAcademicCredentialUpdateRequest setAcademicLevel(String value) { this.academic_level = value; return this; } public String getPrintedComments() { return printed_comments; } public StudentAcademicCredentialUpdateRequest setPrintedComments(String value) { this.printed_comments = value; return this; } public String getTerm() { return term; } public StudentAcademicCredentialUpdateRequest setTerm(String value) { this.term = value; return this; } public String getReportingTerm() { return reporting_term; } public StudentAcademicCredentialUpdateRequest setReportingTerm(String value) { this.reporting_term = value; return this; } public Integer getReportingYear() { return reporting_year; } public StudentAcademicCredentialUpdateRequest setReportingYear(Integer value) { this.reporting_year = value; return this; } public String getCurrentStatus() { return current_status; } public StudentAcademicCredentialUpdateRequest setCurrentStatus(String value) { this.current_status = value; return this; } public String getAuthorizingUuid() { return authorizing_uuid; } public StudentAcademicCredentialUpdateRequest setAuthorizingUuid(String value) { this.authorizing_uuid = value; return this; } private static Object responseType = ResponseStatus.class; public Object getResponseType() { return responseType; } } @DataContract public static class ResponseStatus { @DataMember(Order=1) public String errorCode = null; @DataMember(Order=2) public String message = null; @DataMember(Order=3) public String stackTrace = null; @DataMember(Order=4) public ArrayList errors = null; @DataMember(Order=5) public HashMap meta = null; public String getErrorCode() { return errorCode; } public ResponseStatus setErrorCode(String value) { this.errorCode = value; return this; } public String getMessage() { return message; } public ResponseStatus setMessage(String value) { this.message = value; return this; } public String getStackTrace() { return stackTrace; } public ResponseStatus setStackTrace(String value) { this.stackTrace = value; return this; } public ArrayList getErrors() { return errors; } public ResponseStatus setErrors(ArrayList value) { this.errors = value; return this; } public HashMap getMeta() { return meta; } public ResponseStatus setMeta(HashMap value) { this.meta = value; return this; } } public static class StudentTransferCredentialUpdateRequest { public String uuid = null; public String stran_uuid = null; public String course_name = null; public String title = null; public BigDecimal credit_value = null; public String authorizing_uuid = null; public String getUuid() { return uuid; } public StudentTransferCredentialUpdateRequest setUuid(String value) { this.uuid = value; return this; } public String getStranUuid() { return stran_uuid; } public StudentTransferCredentialUpdateRequest setStranUuid(String value) { this.stran_uuid = value; return this; } public String getCourseName() { return course_name; } public StudentTransferCredentialUpdateRequest setCourseName(String value) { this.course_name = value; return this; } public String getTitle() { return title; } public StudentTransferCredentialUpdateRequest setTitle(String value) { this.title = value; return this; } public BigDecimal getCreditValue() { return credit_value; } public StudentTransferCredentialUpdateRequest setCreditValue(BigDecimal value) { this.credit_value = value; return this; } public String getAuthorizingUuid() { return authorizing_uuid; } public StudentTransferCredentialUpdateRequest setAuthorizingUuid(String value) { this.authorizing_uuid = value; return this; } } }