ru.blizzed.opensongkick.models.Location Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of OpenSongKick Show documentation
Show all versions of OpenSongKick Show documentation
Simple Java library for non-auth methods of Songkick.com API
The newest version!
package ru.blizzed.opensongkick.models;
public class Location {
private City city;
private MetroArea metroArea;
public City getCity() {
return city;
}
public MetroArea getMetroArea() {
return metroArea;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy