public class ChannelBean extends Object implements Serializable
Constructor and Description |
---|
ChannelBean() |
ChannelBean(ChannelResponse response) |
ChannelBean(long id,
int type) |
Modifier and Type | Method and Description |
---|---|
long |
getId() |
int |
getType() |
void |
setId(long id) |
void |
setType(int type) |
String |
toString() |
public ChannelBean(ChannelResponse response)
public ChannelBean(long id, int type)
public ChannelBean()