38 lines
886 B
Java
38 lines
886 B
Java
package o;
|
|
|
|
/* renamed from: o.wJk, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C17378wJk {
|
|
public String e;
|
|
|
|
public C17378wJk(String str) {
|
|
this.e = str;
|
|
}
|
|
|
|
public /* synthetic */ C17378wJk() {
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
StringBuilder sb = new StringBuilder("AppConfigTcAzureUrl(azurePathUrl=");
|
|
sb.append(str);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.e;
|
|
if (str == null) {
|
|
return 0;
|
|
}
|
|
return str.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof C17378wJk) && C14957gcv.b((Object) this.e, (Object) ((C17378wJk) obj).e);
|
|
}
|
|
}
|