what-the-bank/sources/com/google/android/libraries/places/api/model/zzf.java

38 lines
1.0 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.libraries.places.api.model;
/* loaded from: classes2.dex */
final class zzf extends zzba {
private int zza;
private int zzb;
private byte zzc;
@Override // com.google.android.libraries.places.api.model.zzba
public final zzbb zzc() {
if (this.zzc == 3) {
return new zzaf(this.zza, this.zzb);
}
StringBuilder sb = new StringBuilder();
if ((this.zzc & 1) == 0) {
sb.append(" offset");
}
if ((this.zzc & 2) == 0) {
sb.append(" length");
}
throw new IllegalStateException("Missing required properties:".concat(sb.toString()));
}
@Override // com.google.android.libraries.places.api.model.zzba
public final zzba zzb(int i) {
this.zza = i;
this.zzc = (byte) (this.zzc | 1);
return this;
}
@Override // com.google.android.libraries.places.api.model.zzba
public final zzba zza(int i) {
this.zzb = i;
this.zzc = (byte) (this.zzc | 2);
return this;
}
}