24 lines
453 B
Java
24 lines
453 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.eN, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C10732eN {
|
|
|
|
@SerializedName("proxyType")
|
|
public String c;
|
|
|
|
@SerializedName("proxyId")
|
|
private String e;
|
|
|
|
public C10732eN(String str, String str2) {
|
|
this.e = str;
|
|
this.c = str2;
|
|
}
|
|
|
|
public String toString() {
|
|
return this.e;
|
|
}
|
|
}
|