66 lines
1.7 KiB
Java
66 lines
1.7 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class tmz {
|
||
|
|
||
|
@SerializedName("chequePerBook")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName("noOfChequeBookList")
|
||
|
public final List<String> b;
|
||
|
|
||
|
@SerializedName("feePerBook")
|
||
|
public final String e;
|
||
|
|
||
|
private tmz(byte b) {
|
||
|
this.b = null;
|
||
|
this.a = null;
|
||
|
this.e = null;
|
||
|
}
|
||
|
|
||
|
private /* synthetic */ tmz(char c) {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
List<String> list = this.b;
|
||
|
String str = this.a;
|
||
|
String str2 = this.e;
|
||
|
StringBuilder sb = new StringBuilder("OrderChequeLandingEntity(noOfChequeBookList=");
|
||
|
sb.append(list);
|
||
|
sb.append(", chequePerBook=");
|
||
|
sb.append(str);
|
||
|
sb.append(", feePerBook=");
|
||
|
sb.append(str2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
List<String> list = this.b;
|
||
|
int hashCode = list == null ? 0 : list.hashCode();
|
||
|
String str = this.a;
|
||
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.e;
|
||
|
return (((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof tmz)) {
|
||
|
return false;
|
||
|
}
|
||
|
tmz tmzVar = (tmz) obj;
|
||
|
return C14957gcv.b(this.b, tmzVar.b) && C14957gcv.b((Object) this.a, (Object) tmzVar.a) && C14957gcv.b((Object) this.e, (Object) tmzVar.e);
|
||
|
}
|
||
|
|
||
|
public tmz() {
|
||
|
this((char) 0);
|
||
|
}
|
||
|
}
|