|
|
|
|
@ -22,9 +22,8 @@ package com.omertron.themoviedbapi.model.account;
|
|
|
|
|
import com.omertron.themoviedbapi.model.AbstractJsonMapping;
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
|
|
|
|
import com.omertron.themoviedbapi.interfaces.Identification;
|
|
|
|
|
import java.io.Serializable;
|
|
|
|
|
|
|
|
|
|
public class Account extends AbstractJsonMapping implements Serializable, Identification {
|
|
|
|
|
public class Account extends AbstractJsonMapping implements Identification {
|
|
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 100L;
|
|
|
|
|
|
|
|
|
|
|