Back to project page AerisAndroidLibrary.
The source code is released under:
Apache License
If you think the Android project AerisAndroidLibrary listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.example.customendpoint; //w w w . j a v a 2 s.co m import com.hamweather.aeris.model.AerisLocation; public class CustomSunmoonModel { public long timestamp; public String dateTimeISO; public AerisLocation loc; public CustomSunModel sun; public CustomMoonModel moon; }