43 lines
970 B
Java
43 lines
970 B
Java
package o;
|
|
|
|
/* renamed from: o.fqr, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C14315fqr {
|
|
public final String c;
|
|
|
|
private /* synthetic */ C14315fqr(byte b) {
|
|
this("");
|
|
}
|
|
|
|
public C14315fqr(String str) {
|
|
this.c = str;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
StringBuilder sb = new StringBuilder("PartnerAuthorize(callbackUrl=");
|
|
sb.append(str);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.c;
|
|
if (str == null) {
|
|
return 0;
|
|
}
|
|
return str.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof C14315fqr) && C14957gcv.b((Object) this.c, (Object) ((C14315fqr) obj).c);
|
|
}
|
|
|
|
public C14315fqr() {
|
|
this((byte) 0);
|
|
}
|
|
}
|