Class MovieDTO.RemoteIdDTO

    • Constructor Detail

      • RemoteIdDTO

        public RemoteIdDTO()
    • Method Detail

      • getSourceId

        @Nullable
        public abstract Long getSourceId()
        Description copied from interface: Movie.RemoteId
        Get the value of the {data.remoteids.source_id} JSON property
        Specified by:
        getSourceId in interface Movie.RemoteId
        Returns:
        The source_id property from the received JSON
      • getSourceName

        @Nullable
        public abstract String getSourceName()
        Description copied from interface: Movie.RemoteId
        Get the value of the {data.remoteids.source_name} JSON property
        Specified by:
        getSourceName in interface Movie.RemoteId
        Returns:
        The source_name property from the received JSON
      • getSourceUrl

        @Nullable
        public abstract String getSourceUrl()
        Description copied from interface: Movie.RemoteId
        Get the value of the {data.remoteids.source_url} JSON property
        Specified by:
        getSourceUrl in interface Movie.RemoteId
        Returns:
        The source_url property from the received JSON