Interface GenericIntegrationDTO
- All Known Implementing Classes:
ForexFactoryMarketEventDTO, SymbolAnalysisProfileDTO
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A generic DTO that holds client response data.
- Version:
- 1.0.5
- Author:
- Stephen Prizio
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmpty()Flag to return whether this response is empty, used in place of returning null.
-
Method Details
-
isEmpty
boolean isEmpty()Flag to return whether this response is empty, used in place of returning null.- Returns:
- true if a certain condition is met (usually some key data being null/empty)
-