Package com.collibra.dgc.core.api.dto
Class GraphDbLagAwarePagedResponse<T>
Object
PagedResponse<T>
GraphDbLagAwarePagedResponse<T>
- All Implemented Interfaces:
SyncStatusAware,Serializable
PagedResponse that also carries knowledge-graph sync status. Used exclusively for DRT query results.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class PagedResponse
PagedResponse.Builder<T> -
Field Summary
Fields inherited from class PagedResponse
limit, offset, total -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetDatabaseStatus(String databaseStatus) voidsetLastCommittedTimestampMs(Long lastCommittedTimestampMs) Methods inherited from class PagedResponse
builder, getLimit, getOffset, getResults, getTotal, setLimit, setOffset, setResults, setTotal, toString
-
Constructor Details
-
GraphDbLagAwarePagedResponse
public GraphDbLagAwarePagedResponse()
-
-
Method Details
-
getDatabaseStatus
- Specified by:
getDatabaseStatusin interfaceSyncStatusAware
-
getLastCommittedTimestampMs
- Specified by:
getLastCommittedTimestampMsin interfaceSyncStatusAware
-
setDatabaseStatus
-
setLastCommittedTimestampMs
-
equals
- Overrides:
equalsin classPagedResponse<T>
-
canEqual
- Overrides:
canEqualin classPagedResponse<T>
-
hashCode
public int hashCode()- Overrides:
hashCodein classPagedResponse<T>
-