Created
June 11, 2017 14:16
-
-
Save hassanabidpk/91540999297f1e745b14d9a22b745808 to your computer and use it in GitHub Desktop.
For firebase medium blog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@IgnoreExtraProperties | |
public class Event { | |
public String application_period; | |
public String city; | |
public String date; | |
public String email; | |
public String host; | |
public String latitude; | |
public String location; | |
public String longitude; | |
public String map_url; | |
public String phone; | |
public List<String> race; | |
public String temperature; | |
public String title; | |
public String weather; | |
public String website; | |
public Event() { | |
// empty constructor | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment