Back to project page NoiseBridge_General.
The source code is released under:
GPLv3.txt
If you think the Android project NoiseBridge_General 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.noysbrij.noisebridgeGeneral; /* w w w . j av a 2s. c o m*/ public class Ticket { //struct //rememberto change count in adapter when adding elements here public String complexity; public String created_at; public String description; public String do_at; public int id; public int owner_id; public int requestor_id; public String status; public String ticket_type; public String title; public String updated_at; }