49 lines
1.3 KiB
Java
49 lines
1.3 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.bp, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C5227bp {
|
||
|
|
||
|
@SerializedName("newAddress")
|
||
|
public final C5068bm a;
|
||
|
|
||
|
@SerializedName("tokenId")
|
||
|
private final String b;
|
||
|
|
||
|
public C5227bp(String str, C5068bm c5068bm) {
|
||
|
C14957gcv.e(str, "");
|
||
|
this.b = str;
|
||
|
this.a = c5068bm;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
C5068bm c5068bm = this.a;
|
||
|
StringBuilder sb = new StringBuilder("MailingAddressUpdateRequest(tokenId=");
|
||
|
sb.append(str);
|
||
|
sb.append(", newAddress=");
|
||
|
sb.append(c5068bm);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.b.hashCode();
|
||
|
C5068bm c5068bm = this.a;
|
||
|
return (hashCode * 31) + (c5068bm == null ? 0 : c5068bm.hashCode());
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C5227bp)) {
|
||
|
return false;
|
||
|
}
|
||
|
C5227bp c5227bp = (C5227bp) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) c5227bp.b) && C14957gcv.b(this.a, c5227bp.a);
|
||
|
}
|
||
|
}
|