Class RatingDTO
- java.lang.Object
-
- com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data.RatingDTO
-
- All Implemented Interfaces:
Rating
@Immutable @WithHiddenImplementation public abstract class RatingDTO extends Object implements Rating
DTO implementation of theRatinginterface
Objects of this class reflect the data received by the remote service and are immutable so that their content can not be changed once an instance has been created. New objects of this class may be created by using the correspondingRatingDTO.Builder.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRatingDTO.BuilderBuilder used to create a new immutableRatingDTOimplementation
-
Constructor Summary
Constructors Constructor Description RatingDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.github.m0nk3y2k4.thetvdb.api.model.data.Rating
getRating, getRatingItemId, getRatingType
-
-