43 lines
721 B
Java
43 lines
721 B
Java
package com.ubtrobot.jimu;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class Firmware {
|
|
private String a;
|
|
private String b;
|
|
private String c;
|
|
private int d;
|
|
private boolean e;
|
|
|
|
public Firmware(int i, String str, String str2, String str3, int i2, boolean z) {
|
|
this.e = false;
|
|
this.d = i;
|
|
this.a = str;
|
|
this.b = str2;
|
|
this.c = str3;
|
|
this.e = z;
|
|
}
|
|
|
|
public String a() {
|
|
return this.c;
|
|
}
|
|
|
|
public void a(int i) {
|
|
}
|
|
|
|
public String b() {
|
|
return this.b;
|
|
}
|
|
|
|
public int c() {
|
|
return this.d;
|
|
}
|
|
|
|
public String d() {
|
|
return this.a;
|
|
}
|
|
|
|
public boolean e() {
|
|
return this.e;
|
|
}
|
|
}
|