48 lines
1.1 KiB
Java
48 lines
1.1 KiB
Java
package o;
|
|
|
|
import com.google.android.libraries.places.api.model.PlaceTypes;
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.bo, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C5174bo {
|
|
|
|
@SerializedName(PlaceTypes.ADDRESS)
|
|
private final C4486bb d;
|
|
|
|
private /* synthetic */ C5174bo(byte b) {
|
|
this((C4486bb) null);
|
|
}
|
|
|
|
public C5174bo(C4486bb c4486bb) {
|
|
this.d = c4486bb;
|
|
}
|
|
|
|
public final String toString() {
|
|
C4486bb c4486bb = this.d;
|
|
StringBuilder sb = new StringBuilder("MailingAddressesValidationRequest(addresses=");
|
|
sb.append(c4486bb);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
C4486bb c4486bb = this.d;
|
|
if (c4486bb == null) {
|
|
return 0;
|
|
}
|
|
return c4486bb.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof C5174bo) && C14957gcv.b(this.d, ((C5174bo) obj).d);
|
|
}
|
|
|
|
public C5174bo() {
|
|
this((byte) 0);
|
|
}
|
|
}
|