Class Interview
- java.lang.Object
-
- com.ellucian.generated.eedm.dfe_admission_decisions.v1_2_0.Interview
-
@Generated("jsonschema2pojo") public class Interview extends Object
InterviewInterviews made on teachers training applications in UK under UK Government Department, DfE (Department for Education).
-
-
Field Summary
Fields Modifier and Type Field Description private String
additionalDetails
Additional Detailsprivate String
cancellationReason
Cancellation Reasonprivate Id
id
Idprivate Date
interviewDate
Interview Dateprivate String
interviewId
Interview Idprivate String
location
Locationprivate String
providerCode
Provider Code
-
Constructor Summary
Constructors Constructor Description Interview()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getAdditionalDetails()
Additional DetailsString
getCancellationReason()
Cancellation ReasonId
getId()
IdDate
getInterviewDate()
Interview DateString
getInterviewId()
Interview IdString
getLocation()
LocationString
getProviderCode()
Provider Codeint
hashCode()
void
setAdditionalDetails(String additionalDetails)
Additional Detailsvoid
setCancellationReason(String cancellationReason)
Cancellation Reasonvoid
setId(Id id)
Idvoid
setInterviewDate(Date interviewDate)
Interview Datevoid
setInterviewId(String interviewId)
Interview Idvoid
setLocation(String location)
Locationvoid
setProviderCode(String providerCode)
Provider CodeString
toString()
Interview
withAdditionalDetails(String additionalDetails)
Interview
withCancellationReason(String cancellationReason)
Interview
withId(Id id)
Interview
withInterviewDate(Date interviewDate)
Interview
withInterviewId(String interviewId)
Interview
withLocation(String location)
Interview
withProviderCode(String providerCode)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier of the interview for the admission application.") private Id id
IdThe global identifier of the interview for the admission application. (Required)
-
interviewId
@JsonPropertyDescription("The unique ID of interview.") private String interviewId
Interview IdThe unique ID of interview.
-
providerCode
@JsonPropertyDescription("The Provider Code of the Interview on the admission application.") private String providerCode
Provider CodeThe Provider Code of the Interview on the admission application.
-
interviewDate
@JsonPropertyDescription("The Date and time of the interview.") private Date interviewDate
Interview DateThe Date and time of the interview.
-
location
@JsonPropertyDescription("A string describing where or how the interview will take place.") private String location
LocationA string describing where or how the interview will take place.
-
additionalDetails
@JsonPropertyDescription("Optional string for additional notes.") private String additionalDetails
Additional DetailsOptional string for additional notes.
-
cancellationReason
@JsonPropertyDescription("The reason for the cancellation of Interview.") private String cancellationReason
Cancellation ReasonThe reason for the cancellation of Interview.
-
-
Method Detail
-
getId
public Id getId()
IdThe global identifier of the interview for the admission application. (Required)
-
setId
public void setId(Id id)
IdThe global identifier of the interview for the admission application. (Required)
-
getInterviewId
public String getInterviewId()
Interview IdThe unique ID of interview.
-
setInterviewId
public void setInterviewId(String interviewId)
Interview IdThe unique ID of interview.
-
getProviderCode
public String getProviderCode()
Provider CodeThe Provider Code of the Interview on the admission application.
-
setProviderCode
public void setProviderCode(String providerCode)
Provider CodeThe Provider Code of the Interview on the admission application.
-
getInterviewDate
public Date getInterviewDate()
Interview DateThe Date and time of the interview.
-
setInterviewDate
public void setInterviewDate(Date interviewDate)
Interview DateThe Date and time of the interview.
-
getLocation
public String getLocation()
LocationA string describing where or how the interview will take place.
-
setLocation
public void setLocation(String location)
LocationA string describing where or how the interview will take place.
-
getAdditionalDetails
public String getAdditionalDetails()
Additional DetailsOptional string for additional notes.
-
setAdditionalDetails
public void setAdditionalDetails(String additionalDetails)
Additional DetailsOptional string for additional notes.
-
getCancellationReason
public String getCancellationReason()
Cancellation ReasonThe reason for the cancellation of Interview.
-
setCancellationReason
public void setCancellationReason(String cancellationReason)
Cancellation ReasonThe reason for the cancellation of Interview.
-
-