Class ActorDTO
- java.lang.Object
-
- com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data.ActorDTO
-
- All Implemented Interfaces:
Actor
@Immutable @WithHiddenImplementation public abstract class ActorDTO extends Object implements Actor
DTO implementation of theActorinterface
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 correspondingActorDTO.Builder.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActorDTO.BuilderBuilder used to create a new immutableActorDTOimplementation
-
Constructor Summary
Constructors Constructor Description ActorDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from interface com.github.m0nk3y2k4.thetvdb.api.model.data.Actor
getId, getImage, getImageAdded, getImageAuthor, getLastUpdated, getName, getRole, getSeriesId, getSortOrder
-
-