Package com.atlassian.bamboo.plan.dto
Interface IdWithVersionDto
-
- All Known Implementing Classes:
IdWithVersionDtoImpl
@Internal public interface IdWithVersionDto
Interface for DTOs that have an ID and a version.- Since:
- 9.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getId()
Returns the ID of this DTO.long
getVersion()
Returns the version number of this DTO.
-