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

152 lines
4.5 KiB
Java

package o;
import java.util.Map;
import o.KUw;
import o.Nvr;
/* loaded from: classes2.dex */
public final class SPR extends KUw<SPR, IeS> implements vMq {
public static final int CREATE_TIME_FIELD_NUMBER = 3;
private static final SPR DEFAULT_INSTANCE;
public static final int FIELDS_FIELD_NUMBER = 2;
public static final int NAME_FIELD_NUMBER = 1;
private static volatile XgX<SPR> PARSER = null;
public static final int UPDATE_TIME_FIELD_NUMBER = 4;
private AQX createTime_;
public C16063kpL<String, sbb> fields_ = C16063kpL.a();
public String name_ = "";
public AQX updateTime_;
/* loaded from: classes2.dex */
static final class Sts {
static final xdS<String, sbb> d = new xdS<>(Nvr.HBt.STRING, "", Nvr.HBt.MESSAGE, sbb.a());
}
private SPR() {
}
public static IeS e() {
return DEFAULT_INSTANCE.createBuilder();
}
/* loaded from: classes2.dex */
public static final class IeS extends KUw.LWm<SPR, IeS> implements vMq {
/* synthetic */ IeS(byte b) {
this();
}
private IeS() {
super(SPR.DEFAULT_INSTANCE);
}
public final IeS d(String str) {
copyOnWrite();
((SPR) this.instance).name_ = str;
return this;
}
public final IeS c(Map<String, sbb> map) {
copyOnWrite();
SPR.c((SPR) this.instance).putAll(map);
return this;
}
public final IeS e(AQX aqx) {
copyOnWrite();
((SPR) this.instance).updateTime_ = aqx;
return this;
}
}
/* renamed from: o.SPR$2, reason: invalid class name */
/* loaded from: classes2.dex */
static /* synthetic */ class AnonymousClass2 {
static final int[] d;
static {
int[] iArr = new int[KUw.ojQ.values().length];
d = iArr;
try {
iArr[KUw.ojQ.NEW_MUTABLE_INSTANCE.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
d[KUw.ojQ.NEW_BUILDER.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
try {
d[KUw.ojQ.BUILD_MESSAGE_INFO.ordinal()] = 3;
} catch (NoSuchFieldError unused3) {
}
try {
d[KUw.ojQ.GET_DEFAULT_INSTANCE.ordinal()] = 4;
} catch (NoSuchFieldError unused4) {
}
try {
d[KUw.ojQ.GET_PARSER.ordinal()] = 5;
} catch (NoSuchFieldError unused5) {
}
try {
d[KUw.ojQ.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6;
} catch (NoSuchFieldError unused6) {
}
try {
d[KUw.ojQ.SET_MEMOIZED_IS_INITIALIZED.ordinal()] = 7;
} catch (NoSuchFieldError unused7) {
}
}
}
@Override // o.KUw
public final Object dynamicMethod(KUw.ojQ ojq, Object obj, Object obj2) {
XgX xgX;
switch (AnonymousClass2.d[ojq.ordinal()]) {
case 1:
return new SPR();
case 2:
return new IeS((byte) 0);
case 3:
return newMessageInfo(DEFAULT_INSTANCE, "\u0000\u0004\u0000\u0000\u0001\u0004\u0004\u0001\u0000\u0000\u0001Ȉ\u00022\u0003\t\u0004\t", new Object[]{"name_", "fields_", Sts.d, "createTime_", "updateTime_"});
case 4:
return DEFAULT_INSTANCE;
case 5:
XgX<SPR> xgX2 = PARSER;
if (xgX2 != null) {
return xgX2;
}
synchronized (SPR.class) {
xgX = PARSER;
if (xgX == null) {
xgX = new KUw.HBt(DEFAULT_INSTANCE);
PARSER = xgX;
}
}
return xgX;
case 6:
return (byte) 1;
case 7:
return null;
default:
throw new UnsupportedOperationException();
}
}
static {
SPR spr = new SPR();
DEFAULT_INSTANCE = spr;
KUw.registerDefaultInstance(SPR.class, spr);
}
static /* synthetic */ Map c(SPR spr) {
if (!spr.fields_.a) {
C16063kpL<String, sbb> c16063kpL = spr.fields_;
spr.fields_ = c16063kpL.isEmpty() ? new C16063kpL<>() : new C16063kpL<>(c16063kpL);
}
return spr.fields_;
}
public static SPR c() {
return DEFAULT_INSTANCE;
}
}