169 lines
5.0 KiB
Java
169 lines
5.0 KiB
Java
package o;
|
|
|
|
import o.KUw;
|
|
import o.MTP;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class ZAx extends KUw<ZAx, Sts> implements InterfaceC0434Gle {
|
|
public static final int CAUSE_FIELD_NUMBER = 3;
|
|
private static final ZAx DEFAULT_INSTANCE;
|
|
private static volatile XgX<ZAx> PARSER = null;
|
|
public static final int READ_TIME_FIELD_NUMBER = 6;
|
|
public static final int RESUME_TOKEN_FIELD_NUMBER = 4;
|
|
public static final int TARGET_CHANGE_TYPE_FIELD_NUMBER = 1;
|
|
public static final int TARGET_IDS_FIELD_NUMBER = 2;
|
|
public NSZ cause_;
|
|
public AQX readTime_;
|
|
public int targetChangeType_;
|
|
private int targetIdsMemoizedSerializedSize = -1;
|
|
public MTP.Sts targetIds_ = emptyIntList();
|
|
public QwV resumeToken_ = QwV.a;
|
|
|
|
private ZAx() {
|
|
}
|
|
|
|
/* loaded from: classes2.dex */
|
|
public enum IeS implements MTP.IeS {
|
|
NO_CHANGE(0),
|
|
ADD(1),
|
|
REMOVE(2),
|
|
CURRENT(3),
|
|
RESET(4),
|
|
UNRECOGNIZED(-1);
|
|
|
|
public static final int ADD_VALUE = 1;
|
|
public static final int CURRENT_VALUE = 3;
|
|
public static final int NO_CHANGE_VALUE = 0;
|
|
public static final int REMOVE_VALUE = 2;
|
|
public static final int RESET_VALUE = 4;
|
|
private static final MTP.HBt<IeS> internalValueMap = new MTP.HBt<IeS>() { // from class: o.ZAx.IeS.4
|
|
};
|
|
private final int value;
|
|
|
|
@Override // o.MTP.IeS
|
|
public final int d() {
|
|
if (this != UNRECOGNIZED) {
|
|
return this.value;
|
|
}
|
|
throw new IllegalArgumentException("Can't get the number of an unknown enum value.");
|
|
}
|
|
|
|
IeS(int i) {
|
|
this.value = i;
|
|
}
|
|
|
|
public static IeS e(int i) {
|
|
if (i == 0) {
|
|
return NO_CHANGE;
|
|
}
|
|
if (i == 1) {
|
|
return ADD;
|
|
}
|
|
if (i == 2) {
|
|
return REMOVE;
|
|
}
|
|
if (i == 3) {
|
|
return CURRENT;
|
|
}
|
|
if (i != 4) {
|
|
return null;
|
|
}
|
|
return RESET;
|
|
}
|
|
}
|
|
|
|
/* loaded from: classes2.dex */
|
|
public static final class Sts extends KUw.LWm<ZAx, Sts> implements InterfaceC0434Gle {
|
|
/* synthetic */ Sts(byte b) {
|
|
this();
|
|
}
|
|
|
|
private Sts() {
|
|
super(ZAx.DEFAULT_INSTANCE);
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.ZAx$4, reason: invalid class name */
|
|
/* loaded from: classes2.dex */
|
|
static /* synthetic */ class AnonymousClass4 {
|
|
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 (AnonymousClass4.d[ojq.ordinal()]) {
|
|
case 1:
|
|
return new ZAx();
|
|
case 2:
|
|
return new Sts((byte) 0);
|
|
case 3:
|
|
return newMessageInfo(DEFAULT_INSTANCE, "\u0000\u0005\u0000\u0000\u0001\u0006\u0005\u0000\u0001\u0000\u0001\f\u0002'\u0003\t\u0004\n\u0006\t", new Object[]{"targetChangeType_", "targetIds_", "cause_", "resumeToken_", "readTime_"});
|
|
case 4:
|
|
return DEFAULT_INSTANCE;
|
|
case 5:
|
|
XgX<ZAx> xgX2 = PARSER;
|
|
if (xgX2 != null) {
|
|
return xgX2;
|
|
}
|
|
synchronized (ZAx.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 {
|
|
ZAx zAx = new ZAx();
|
|
DEFAULT_INSTANCE = zAx;
|
|
KUw.registerDefaultInstance(ZAx.class, zAx);
|
|
}
|
|
|
|
public static ZAx c() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
}
|