public static class TuSdkDecodecPatch.DeviceInfo extends JsonBaseBean
限定符和类型 | 类和说明 |
---|---|
static class |
TuSdkDecodecPatch.DeviceInfo.Operation
操作
|
构造器和说明 |
---|
DeviceInfo() |
DeviceInfo(java.lang.String model,
java.lang.String manuFacturer,
java.lang.String cpuInfo,
java.lang.String cpuModel) |
限定符和类型 | 方法和说明 |
---|---|
static TuSdkDecodecPatch.DeviceInfo |
getBeanFromJson(org.json.JSONObject bean) |
boolean |
isPatchDevice(TuSdkDecodecPatch.DeviceInfo deviceInfo) |
void |
setOperation(TuSdkDecodecPatch.DeviceInfo.Operation operation)
设置操作符
|
buildJson, buildJson, setJson, toString
public DeviceInfo()
public DeviceInfo(java.lang.String model, java.lang.String manuFacturer, java.lang.String cpuInfo, java.lang.String cpuModel)
public void setOperation(TuSdkDecodecPatch.DeviceInfo.Operation operation)
public boolean isPatchDevice(TuSdkDecodecPatch.DeviceInfo deviceInfo)
public static TuSdkDecodecPatch.DeviceInfo getBeanFromJson(org.json.JSONObject bean) throws org.json.JSONException
org.json.JSONException