53 lines
1.3 KiB
Java
53 lines
1.3 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.ec, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C11264ec {
|
|
|
|
@SerializedName("type")
|
|
private final String c;
|
|
|
|
@SerializedName("flag")
|
|
private final String d;
|
|
|
|
public /* synthetic */ C11264ec(String str) {
|
|
this(str, null);
|
|
}
|
|
|
|
public C11264ec(String str, String str2) {
|
|
C14957gcv.e(str, "");
|
|
this.c = str;
|
|
this.d = str2;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.d;
|
|
StringBuilder sb = new StringBuilder("TCAccept(type=");
|
|
sb.append(str);
|
|
sb.append(", flag=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.c.hashCode();
|
|
String str = this.d;
|
|
return (hashCode * 31) + (str == null ? 0 : str.hashCode());
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C11264ec)) {
|
|
return false;
|
|
}
|
|
C11264ec c11264ec = (C11264ec) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) c11264ec.c) && C14957gcv.b((Object) this.d, (Object) c11264ec.d);
|
|
}
|
|
}
|