All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.targomo.client.api.response.ScoreResponse Maven / Gradle / Ivy

There is a newer version: 0.39.0
Show newest version
package com.targomo.client.api.response;

import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.Setter;
import org.joda.time.DateTime;
import org.json.JSONArray;
import org.json.JSONObject;

@AllArgsConstructor
@Setter
@Getter
public class ScoreResponse {
    private final JSONObject data;
    private String message;
    private JSONArray errors;
    private DateTime timestamp;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy