Class InterviewPerson

java.lang.Object
com.amos2020.javabackend.rest_service.request.interview.InterviewPerson

public class InterviewPerson
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    private @javax.validation.constraints.Min(1L) int id  
    private @NotNull @NotBlank @Size(min=1,max=256) java.lang.String role  
  • Constructor Summary

    Constructors 
    Constructor Description
    InterviewPerson​(int id, java.lang.String role)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • id

      @Min(1L) private @javax.validation.constraints.Min(1L) int id
    • role

      @NotNull @NotBlank @Size(min=1, max=256) private @NotNull @NotBlank @Size(min=1,max=256) java.lang.String role
  • Constructor Details

    • InterviewPerson

      public InterviewPerson​(int id, java.lang.String role)