-
public class FeedbackTypeRespBean
Created by letian on 15/7/4.
-
-
Field Summary
Fields Modifier and Type Field Description private String
type
private ArrayList<FeedbackTypeBean>
list
-
Method Summary
Modifier and Type Method Description String
getType()
Get list category (currently only devices and others) void
setType(String type)
Set list category ArrayList<FeedbackTypeBean>
getList()
Get a list of feedback categories (device list and other lists) void
setList(ArrayList<FeedbackTypeBean> list)
Set a list of feedback categories -
-
Method Detail
-
getType
String getType()
Get list category (currently only devices and others)
-
setType
void setType(String type)
Set list category
- Parameters:
type
- list category
-
getList
ArrayList<FeedbackTypeBean> getList()
Get a list of feedback categories (device list and other lists)
-
setList
void setList(ArrayList<FeedbackTypeBean> list)
Set a list of feedback categories
- Parameters:
list
- feedback categories
-
-
-
-