Bookfinder
2023.5.12-Alpha
Bookfinder
/
it.tn.spoilers.data
/
book
book
public
final
class
book
Constructors
Functions
Properties
Constructors
book
Link copied to clipboard
public
book
book
(
String
image
,
String
seller
,
String
title
,
String
status
)
Functions
get
Image
Link copied to clipboard
public
final
String
getImage
(
)
get
Seller
Link copied to clipboard
public
final
String
getSeller
(
)
get
Status
Link copied to clipboard
public
final
String
getStatus
(
)
get
Title
Link copied to clipboard
public
final
String
getTitle
(
)
Properties
image
Link copied to clipboard
private
final
String
image
seller
Link copied to clipboard
private
final
String
seller
status
Link copied to clipboard
private
final
String
status
title
Link copied to clipboard
private
final
String
title