21 lines
399 B
Java
21 lines
399 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class hmQ {
|
|
|
|
@SerializedName("deviceId")
|
|
private final String b;
|
|
|
|
@SerializedName("modelId")
|
|
private final String e;
|
|
|
|
public hmQ(String str, String str2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.b = str;
|
|
this.e = str2;
|
|
}
|
|
}
|