made TV decoding work
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
package net.irext.decoder.model;
|
package net.irext.decoder.model;
|
||||||
|
|
||||||
public class RemoteIndex {
|
import java.io.Serializable;
|
||||||
|
|
||||||
|
public class RemoteIndex implements Serializable {
|
||||||
private Integer id;
|
private Integer id;
|
||||||
private Integer categoryId;
|
private Integer categoryId;
|
||||||
private String categoryName;
|
private String categoryName;
|
||||||
|
|||||||
@@ -20,7 +20,8 @@ public class DecodeResponse extends ServiceResponse {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public DecodeResponse() {
|
public DecodeResponse() {
|
||||||
|
super(new Status());
|
||||||
|
this.entity = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int[] getEntity() {
|
public int[] getEntity() {
|
||||||
|
|||||||
Reference in New Issue
Block a user