public class MetasyncHistory extends Object
Constructor and Description |
---|
MetasyncHistory() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDetails()
Details about the metasync operation.
|
@NotNull UUID |
getInstallationKey()
Key of the synchronized installation.
|
MetasyncResult |
getResult()
Result of the metasync operation.
|
@Null(groups=PrePersist.class) @NotNull(groups=PostPersist.class) Date |
getSyncDate()
Date when the metasync operation was executed.
|
int |
hashCode() |
void |
setDetails(String details) |
void |
setInstallationKey(UUID installationKey) |
void |
setResult(MetasyncResult result) |
void |
setSyncDate(Date syncDate) |
String |
toString() |
public MetasyncHistory()
@NotNull public @NotNull UUID getInstallationKey()
public void setInstallationKey(UUID installationKey)
@Nullable @Null(groups=PrePersist.class) @NotNull(groups=PostPersist.class) public @Null(groups=PrePersist.class) @NotNull(groups=PostPersist.class) Date getSyncDate()
public void setSyncDate(Date syncDate)
@Nullable public MetasyncResult getResult()
public void setResult(MetasyncResult result)
@Nullable public String getDetails()
public void setDetails(String details)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.