com.targomo.client.api.response.ScoreResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Java client library for easy usage of Targomo web services.
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