what-the-bank/sources/o/C16266moG.java

38 lines
789 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import org.simpleframework.xml.strategy.Name;
/* renamed from: o.moG, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16266moG {
@SerializedName("description")
private final String a;
@SerializedName(Name.MARK)
private final String e;
private C16266moG(byte b) {
this.e = null;
this.a = null;
}
private /* synthetic */ C16266moG(char c) {
this((byte) 0);
}
public final KNW c() {
String str = this.e;
if (str == null) {
str = "";
}
String str2 = this.a;
return new KNW(str, str2 != null ? str2 : "");
}
public C16266moG() {
this((char) 0);
}
}