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

me.tomsdevsn.hetznercloud.objects.general.Location Maven / Gradle / Ivy

The newest version!
package me.tomsdevsn.hetznercloud.objects.general;

import lombok.Data;

@Data
public class Location {
    private Long id;
    private String name;
    private String description;
    private String country;
    private String city;
    private Double latitude;
    private Double longitude;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy