package json.response.ModelResponse; import javax.annotation.Generated; import com.google.gson.annotations.SerializedName; @Generated("net.hexar.json2pojo") @SuppressWarnings("unused") public class Relationship { @SerializedName("type") private String mType; public String getType() { return mType; } public void setType(String type) { mType = type; } }