Class Attendant


  • @Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
               date="2020-08-14T17:15:20.586Z")
    public class Attendant
    extends Object
    Attendant
    • Constructor Detail

      • Attendant

        public Attendant()
    • Method Detail

      • situationCouncil

        public Attendant situationCouncil​(String situationCouncil)
      • getSituationCouncil

        public String getSituationCouncil()
        Situação do registro
        Returns:
        situationCouncil
      • setSituationCouncil

        public void setSituationCouncil​(String situationCouncil)
      • getCode

        public Integer getCode()
        Código do atendente
        Returns:
        code
      • setCode

        public void setCode​(Integer code)
      • getPhoneContact

        public Phonecontact getPhoneContact()
        Get phoneContact
        Returns:
        phoneContact
      • setPhoneContact

        public void setPhoneContact​(Phonecontact phoneContact)
      • getRecordCouncil

        public String getRecordCouncil()
        Registro profissional
        Returns:
        recordCouncil
      • setRecordCouncil

        public void setRecordCouncil​(String recordCouncil)
      • getName

        public String getName()
        Nome do atendente
        Returns:
        name
      • setName

        public void setName​(String name)
      • getId

        public String getId()
        Id do atendente
        Returns:
        id
      • setId

        public void setId​(String id)
      • getEmployee

        public Employee getEmployee()
        Get employee
        Returns:
        employee
      • setEmployee

        public void setEmployee​(Employee employee)
      • getProfessionalCouncil

        public Professionalcouncil getProfessionalCouncil()
        Get professionalCouncil
        Returns:
        professionalCouncil
      • setProfessionalCouncil

        public void setProfessionalCouncil​(Professionalcouncil professionalCouncil)
      • getAttendantType

        public AttendantType getAttendantType()
        Get attendantType
        Returns:
        attendantType
      • setAttendantType

        public void setAttendantType​(AttendantType attendantType)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object