26 lines
556 B
Java
26 lines
556 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.cJ, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C6113cJ {
|
|
|
|
@SerializedName("accountFrom")
|
|
private String b;
|
|
|
|
@SerializedName("deeplinkId")
|
|
private String c;
|
|
|
|
@SerializedName("annotation")
|
|
private String d;
|
|
|
|
public C6113cJ(String str, String str2, String str3) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str3, "");
|
|
this.b = str;
|
|
this.d = str2;
|
|
this.c = str3;
|
|
}
|
|
}
|