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

global.maplink.geocode.schema.IBGECode Maven / Gradle / Ivy

There is a newer version: 1.5.14
Show newest version
package global.maplink.geocode.schema;

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@NoArgsConstructor(force = true)
@AllArgsConstructor
public class IBGECode {

    private final String city;
    private final String state;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy