io.hypertrack.model.Destination Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hypertrack-java Show documentation
Show all versions of hypertrack-java Show documentation
A Java wrapper for the HyperTrack API https://hypertrack.io
package io.hypertrack.model;
import io.hypertrack.net.HyperTrackClient;
import java.util.ArrayList;
import java.util.Map;
/**
* Created by Arjun on 18/04/16.
*/
public class Destination extends HyperTrackModel {
public Destination() {
this(null);
}
public Destination(Map properties) {
super(properties);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy