115 lines
3.5 KiB
Java
115 lines
3.5 KiB
Java
package o;
|
|
|
|
import o.KUw;
|
|
import o.MTP;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class Boy extends KUw<Boy, IeS> implements HEl {
|
|
private static final Boy DEFAULT_INSTANCE;
|
|
public static final int DOCUMENT_FIELD_NUMBER = 1;
|
|
private static volatile XgX<Boy> PARSER = null;
|
|
public static final int READ_TIME_FIELD_NUMBER = 4;
|
|
public static final int REMOVED_TARGET_IDS_FIELD_NUMBER = 6;
|
|
public AQX readTime_;
|
|
private int removedTargetIdsMemoizedSerializedSize = -1;
|
|
public String document_ = "";
|
|
public MTP.Sts removedTargetIds_ = emptyIntList();
|
|
|
|
private Boy() {
|
|
}
|
|
|
|
/* loaded from: classes2.dex */
|
|
public static final class IeS extends KUw.LWm<Boy, IeS> implements HEl {
|
|
/* synthetic */ IeS(byte b) {
|
|
this();
|
|
}
|
|
|
|
private IeS() {
|
|
super(Boy.DEFAULT_INSTANCE);
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.Boy$3, reason: invalid class name */
|
|
/* loaded from: classes2.dex */
|
|
static /* synthetic */ class AnonymousClass3 {
|
|
static final int[] a;
|
|
|
|
static {
|
|
int[] iArr = new int[KUw.ojQ.values().length];
|
|
a = iArr;
|
|
try {
|
|
iArr[KUw.ojQ.NEW_MUTABLE_INSTANCE.ordinal()] = 1;
|
|
} catch (NoSuchFieldError unused) {
|
|
}
|
|
try {
|
|
a[KUw.ojQ.NEW_BUILDER.ordinal()] = 2;
|
|
} catch (NoSuchFieldError unused2) {
|
|
}
|
|
try {
|
|
a[KUw.ojQ.BUILD_MESSAGE_INFO.ordinal()] = 3;
|
|
} catch (NoSuchFieldError unused3) {
|
|
}
|
|
try {
|
|
a[KUw.ojQ.GET_DEFAULT_INSTANCE.ordinal()] = 4;
|
|
} catch (NoSuchFieldError unused4) {
|
|
}
|
|
try {
|
|
a[KUw.ojQ.GET_PARSER.ordinal()] = 5;
|
|
} catch (NoSuchFieldError unused5) {
|
|
}
|
|
try {
|
|
a[KUw.ojQ.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6;
|
|
} catch (NoSuchFieldError unused6) {
|
|
}
|
|
try {
|
|
a[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 (AnonymousClass3.a[ojq.ordinal()]) {
|
|
case 1:
|
|
return new Boy();
|
|
case 2:
|
|
return new IeS((byte) 0);
|
|
case 3:
|
|
return newMessageInfo(DEFAULT_INSTANCE, "\u0000\u0003\u0000\u0000\u0001\u0006\u0003\u0000\u0001\u0000\u0001Ȉ\u0004\t\u0006'", new Object[]{"document_", "readTime_", "removedTargetIds_"});
|
|
case 4:
|
|
return DEFAULT_INSTANCE;
|
|
case 5:
|
|
XgX<Boy> xgX2 = PARSER;
|
|
if (xgX2 != null) {
|
|
return xgX2;
|
|
}
|
|
synchronized (Boy.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 {
|
|
Boy boy = new Boy();
|
|
DEFAULT_INSTANCE = boy;
|
|
KUw.registerDefaultInstance(Boy.class, boy);
|
|
}
|
|
|
|
public static Boy a() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
}
|