Class ResumePhoneContact


  • @Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
               date="2020-07-17T18:54:42.184Z")
    public class ResumePhoneContact
    extends Object
    Contato telefônico (Currículo).
    • Constructor Detail

      • ResumePhoneContact

        public ResumePhoneContact()
    • Method Detail

      • createdAt

        public ResumePhoneContact createdAt​(org.threeten.bp.OffsetDateTime createdAt)
      • getCreatedAt

        public org.threeten.bp.OffsetDateTime getCreatedAt()
        Data de criação.
        Returns:
        createdAt
      • setCreatedAt

        public void setCreatedAt​(org.threeten.bp.OffsetDateTime createdAt)
      • getResumeId

        public String getResumeId()
        Identificador único do currículo.
        Returns:
        resumeId
      • setResumeId

        public void setResumeId​(String resumeId)
      • getPhoneContact

        public Object getPhoneContact()
        Identificador único do telefone de contato.
        Returns:
        phoneContact
      • setPhoneContact

        public void setPhoneContact​(Object phoneContact)
      • getG5Id

        public String getG5Id()
        ID do registro no sistema legado. Esse atributo não é persistido na base, é utilizado apenas como identificador na integração do registro da g5 para G7.
        Returns:
        g5Id
      • setG5Id

        public void setG5Id​(String g5Id)
      • getId

        public String getId()
        Identificador único da entidade.
        Returns:
        id
      • setId

        public void setId​(String id)
      • updatedAt

        public ResumePhoneContact updatedAt​(org.threeten.bp.OffsetDateTime updatedAt)
      • getUpdatedAt

        public org.threeten.bp.OffsetDateTime getUpdatedAt()
        Data da última alteração.
        Returns:
        updatedAt
      • setUpdatedAt

        public void setUpdatedAt​(org.threeten.bp.OffsetDateTime updatedAt)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object