57 lines
1.3 KiB
Java
57 lines
1.3 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class hex extends C16562pOe {
|
|
|
|
@SerializedName("plans")
|
|
public final List<KRT> b;
|
|
|
|
@SerializedName("remark")
|
|
public final String d;
|
|
|
|
private hex(List<KRT> list) {
|
|
this.b = list;
|
|
this.d = null;
|
|
}
|
|
|
|
private /* synthetic */ hex(byte b) {
|
|
this(C14851gaI.c);
|
|
}
|
|
|
|
public final String toString() {
|
|
List<KRT> list = this.b;
|
|
String str = this.d;
|
|
StringBuilder sb = new StringBuilder("MinFullPlanListResponseEntity(plans=");
|
|
sb.append(list);
|
|
sb.append(", remark=");
|
|
sb.append(str);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
List<KRT> list = this.b;
|
|
int hashCode = list == null ? 0 : list.hashCode();
|
|
String str = this.d;
|
|
return (hashCode * 31) + (str != null ? str.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof hex)) {
|
|
return false;
|
|
}
|
|
hex hexVar = (hex) obj;
|
|
return C14957gcv.b(this.b, hexVar.b) && C14957gcv.b((Object) this.d, (Object) hexVar.d);
|
|
}
|
|
|
|
public hex() {
|
|
this((byte) 0);
|
|
}
|
|
}
|