Back to project page WarDroid.
The source code is released under:
MIT License
If you think the Android project WarDroid 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.deathsnacks.wardroid.gson.alert; /* w ww . j av a 2s.co m*/ import com.google.gson.annotations.Expose; public class _id { @Expose private String id; public String get$id() { return id; } public void set$id(String $id) { this.id = $id; } }