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

142 lines
4.3 KiB
Java

package o;
import o.AbstractC16345ndh;
/* loaded from: classes2.dex */
public final class Jzs extends AbstractC16345ndh<Jzs, RVV> implements InterfaceC0411GZv {
private static final Jzs DEFAULT_INSTANCE;
public static final int OUTPUT_PREFIX_TYPE_FIELD_NUMBER = 3;
private static volatile Zyo<Jzs> PARSER = null;
public static final int TYPE_URL_FIELD_NUMBER = 1;
public static final int VALUE_FIELD_NUMBER = 2;
public int outputPrefixType_;
public String typeUrl_ = "";
public jra value_ = jra.d;
private Jzs() {
}
public static RVV a() {
return DEFAULT_INSTANCE.f();
}
/* loaded from: classes2.dex */
public static final class RVV extends AbstractC16345ndh.LWm<Jzs, RVV> implements InterfaceC0411GZv {
/* synthetic */ RVV(byte b) {
this();
}
private RVV() {
super(Jzs.DEFAULT_INSTANCE);
}
public final RVV c(String str) {
j();
((Jzs) this.a).typeUrl_ = str;
return this;
}
public final RVV b(jra jraVar) {
j();
((Jzs) this.a).value_ = jraVar;
return this;
}
public final RVV e(Umh umh) {
j();
Jzs.d((Jzs) this.a, umh);
return this;
}
}
/* renamed from: o.Jzs$5, reason: invalid class name */
/* loaded from: classes2.dex */
static /* synthetic */ class AnonymousClass5 {
static final int[] d;
static {
int[] iArr = new int[AbstractC16345ndh.ojQ.values().length];
d = iArr;
try {
iArr[AbstractC16345ndh.ojQ.NEW_MUTABLE_INSTANCE.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
d[AbstractC16345ndh.ojQ.NEW_BUILDER.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
try {
d[AbstractC16345ndh.ojQ.BUILD_MESSAGE_INFO.ordinal()] = 3;
} catch (NoSuchFieldError unused3) {
}
try {
d[AbstractC16345ndh.ojQ.GET_DEFAULT_INSTANCE.ordinal()] = 4;
} catch (NoSuchFieldError unused4) {
}
try {
d[AbstractC16345ndh.ojQ.GET_PARSER.ordinal()] = 5;
} catch (NoSuchFieldError unused5) {
}
try {
d[AbstractC16345ndh.ojQ.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6;
} catch (NoSuchFieldError unused6) {
}
try {
d[AbstractC16345ndh.ojQ.SET_MEMOIZED_IS_INITIALIZED.ordinal()] = 7;
} catch (NoSuchFieldError unused7) {
}
}
}
@Override // o.AbstractC16345ndh
public final Object b(AbstractC16345ndh.ojQ ojq) {
Zyo zyo;
switch (AnonymousClass5.d[ojq.ordinal()]) {
case 1:
return new Jzs();
case 2:
return new RVV((byte) 0);
case 3:
return new BsA(DEFAULT_INSTANCE, "\u0000\u0003\u0000\u0000\u0001\u0003\u0003\u0000\u0000\u0000\u0001Ȉ\u0002\n\u0003\f", new Object[]{"typeUrl_", "value_", "outputPrefixType_"});
case 4:
return DEFAULT_INSTANCE;
case 5:
Zyo<Jzs> zyo2 = PARSER;
if (zyo2 != null) {
return zyo2;
}
synchronized (Jzs.class) {
zyo = PARSER;
if (zyo == null) {
zyo = new AbstractC16345ndh.IeS(DEFAULT_INSTANCE);
PARSER = zyo;
}
}
return zyo;
case 6:
return (byte) 1;
case 7:
return null;
default:
throw new UnsupportedOperationException();
}
}
static {
Jzs jzs = new Jzs();
DEFAULT_INSTANCE = jzs;
AbstractC16345ndh.b(Jzs.class, jzs);
}
static /* synthetic */ void d(Jzs jzs, Umh umh) {
if (umh == Umh.UNRECOGNIZED) {
throw new IllegalArgumentException("Can't get the number of an unknown enum value.");
}
jzs.outputPrefixType_ = umh.value;
}
public static Jzs d() {
return DEFAULT_INSTANCE;
}
}