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

35 lines
588 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public class OOZ {
@SerializedName("bondAccountNo")
private String a;
private OOZ(IeS ieS) {
this.a = ieS.a;
}
public static IeS d() {
return new IeS((byte) 0);
}
/* loaded from: classes3.dex */
public static final class IeS {
public String a;
private IeS() {
}
/* synthetic */ IeS(byte b) {
this();
}
}
public /* synthetic */ OOZ(IeS ieS, byte b) {
this(ieS);
}
}