Class PoiReviewModel
-
- All Implemented Interfaces:
public final class PoiReviewModel
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
reviewCount
private final Float
maxStarCount
private final Float
starCount
-
Constructor Summary
Constructors Constructor Description PoiReviewModel(Integer reviewCount, Float maxStarCount, Float starCount)
-
Method Summary
Modifier and Type Method Description final Integer
getReviewCount()
final Float
getMaxStarCount()
final Float
getStarCount()
-
-
Method Detail
-
getReviewCount
final Integer getReviewCount()
-
getMaxStarCount
final Float getMaxStarCount()
-
getStarCount
final Float getStarCount()
-
-
-
-