bookId property

  1. @ColumnInfo(name: 'book_id')
int? bookId
getter/setter pair

Implementation

@ColumnInfo(name: 'book_id')
int? bookId;