44 lines
875 B
Java
44 lines
875 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import org.simpleframework.xml.strategy.Name;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class DFF implements ITp {
|
|
|
|
@SerializedName("relationId")
|
|
public final int a;
|
|
|
|
@SerializedName(Name.MARK)
|
|
private final int b;
|
|
|
|
@SerializedName("name")
|
|
public final String c;
|
|
|
|
@SerializedName("code")
|
|
private final String d;
|
|
|
|
@SerializedName("productType")
|
|
private final String e;
|
|
|
|
private DFF(String str, String str2, String str3) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
this.b = 0;
|
|
this.c = str;
|
|
this.d = str2;
|
|
this.a = 0;
|
|
this.e = str3;
|
|
}
|
|
|
|
public DFF() {
|
|
this("", "", "");
|
|
}
|
|
|
|
@Override // o.ITp
|
|
public final String d() {
|
|
return this.c;
|
|
}
|
|
}
|