001package org.gbif.api.model.collections.latimercore; 002 003import lombok.Data; 004 005@Data 006public class Identifier { 007 008 private String identifierValue; 009 private String identifierType; 010}