319 lines
11 KiB
Java
319 lines
11 KiB
Java
|
package com.scb.phone.data.entity.nhox;
|
||
|
|
||
|
import com.google.firebase.firestore.PropertyName;
|
||
|
import java.util.List;
|
||
|
import o.C14851gaI;
|
||
|
import o.C14953gcr;
|
||
|
import o.C14957gcv;
|
||
|
import org.simpleframework.xml.strategy.Name;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class RequestEntity {
|
||
|
|
||
|
@PropertyName("agentId")
|
||
|
private final String agentId;
|
||
|
|
||
|
@PropertyName("agentName")
|
||
|
private final String agentName;
|
||
|
|
||
|
@PropertyName("chatWithAgentFlag")
|
||
|
private final String chatWithAgentFlag;
|
||
|
|
||
|
@PropertyName("createDate")
|
||
|
private final String createDate;
|
||
|
|
||
|
@PropertyName("email")
|
||
|
private final String email;
|
||
|
|
||
|
@PropertyName("endProcessFlag")
|
||
|
private final String endProcessFlag;
|
||
|
|
||
|
@PropertyName("firstName")
|
||
|
private final String firstName;
|
||
|
|
||
|
@PropertyName(Name.MARK)
|
||
|
private final String id;
|
||
|
|
||
|
@PropertyName("identifyId")
|
||
|
private final String identifyId;
|
||
|
|
||
|
@PropertyName("issueSelected")
|
||
|
private final String issueSelected;
|
||
|
|
||
|
@PropertyName("lastName")
|
||
|
private final String lastName;
|
||
|
|
||
|
@PropertyName("messages")
|
||
|
private final List<RequestMessageEntity> messages;
|
||
|
|
||
|
@PropertyName("mobile")
|
||
|
private final String mobile;
|
||
|
|
||
|
@PropertyName("productSelected")
|
||
|
private final String productSelected;
|
||
|
|
||
|
@PropertyName("readDateTime")
|
||
|
private final String readDateTime;
|
||
|
|
||
|
@PropertyName("screen")
|
||
|
private final String screen;
|
||
|
|
||
|
public RequestEntity(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13, String str14, List<RequestMessageEntity> list, String str15) {
|
||
|
this.firstName = str;
|
||
|
this.id = str2;
|
||
|
this.lastName = str3;
|
||
|
this.agentId = str4;
|
||
|
this.endProcessFlag = str5;
|
||
|
this.mobile = str6;
|
||
|
this.screen = str7;
|
||
|
this.agentName = str8;
|
||
|
this.issueSelected = str9;
|
||
|
this.email = str10;
|
||
|
this.identifyId = str11;
|
||
|
this.productSelected = str12;
|
||
|
this.createDate = str13;
|
||
|
this.readDateTime = str14;
|
||
|
this.messages = list;
|
||
|
this.chatWithAgentFlag = str15;
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ RequestEntity(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13, String str14, List list, String str15, int i, C14953gcr c14953gcr) {
|
||
|
this((i & 1) != 0 ? "" : str, (i & 2) != 0 ? "" : str2, (i & 4) != 0 ? "" : str3, (i & 8) != 0 ? "" : str4, (i & 16) != 0 ? "" : str5, (i & 32) != 0 ? "" : str6, (i & 64) != 0 ? "" : str7, (i & 128) != 0 ? "" : str8, (i & 256) != 0 ? "" : str9, (i & 512) != 0 ? "" : str10, (i & 1024) != 0 ? "" : str11, (i & 2048) != 0 ? "" : str12, (i & 4096) != 0 ? "" : str13, (i & 8192) != 0 ? "" : str14, (i & 16384) != 0 ? C14851gaI.c : list, (i & 32768) != 0 ? "" : str15);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.firstName;
|
||
|
String str2 = this.id;
|
||
|
String str3 = this.lastName;
|
||
|
String str4 = this.agentId;
|
||
|
String str5 = this.endProcessFlag;
|
||
|
String str6 = this.mobile;
|
||
|
String str7 = this.screen;
|
||
|
String str8 = this.agentName;
|
||
|
String str9 = this.issueSelected;
|
||
|
String str10 = this.email;
|
||
|
String str11 = this.identifyId;
|
||
|
String str12 = this.productSelected;
|
||
|
String str13 = this.createDate;
|
||
|
String str14 = this.readDateTime;
|
||
|
List<RequestMessageEntity> list = this.messages;
|
||
|
String str15 = this.chatWithAgentFlag;
|
||
|
StringBuilder sb = new StringBuilder("RequestEntity(firstName=");
|
||
|
sb.append(str);
|
||
|
sb.append(", id=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", lastName=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", agentId=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", endProcessFlag=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", mobile=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", screen=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", agentName=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", issueSelected=");
|
||
|
sb.append(str9);
|
||
|
sb.append(", email=");
|
||
|
sb.append(str10);
|
||
|
sb.append(", identifyId=");
|
||
|
sb.append(str11);
|
||
|
sb.append(", productSelected=");
|
||
|
sb.append(str12);
|
||
|
sb.append(", createDate=");
|
||
|
sb.append(str13);
|
||
|
sb.append(", readDateTime=");
|
||
|
sb.append(str14);
|
||
|
sb.append(", messages=");
|
||
|
sb.append(list);
|
||
|
sb.append(", chatWithAgentFlag=");
|
||
|
sb.append(str15);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.firstName;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.id;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.lastName;
|
||
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.agentId;
|
||
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.endProcessFlag;
|
||
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
||
|
String str6 = this.mobile;
|
||
|
int hashCode6 = str6 == null ? 0 : str6.hashCode();
|
||
|
String str7 = this.screen;
|
||
|
int hashCode7 = str7 == null ? 0 : str7.hashCode();
|
||
|
String str8 = this.agentName;
|
||
|
int hashCode8 = str8 == null ? 0 : str8.hashCode();
|
||
|
String str9 = this.issueSelected;
|
||
|
int hashCode9 = str9 == null ? 0 : str9.hashCode();
|
||
|
String str10 = this.email;
|
||
|
int hashCode10 = str10 == null ? 0 : str10.hashCode();
|
||
|
String str11 = this.identifyId;
|
||
|
int hashCode11 = str11 == null ? 0 : str11.hashCode();
|
||
|
String str12 = this.productSelected;
|
||
|
int hashCode12 = str12 == null ? 0 : str12.hashCode();
|
||
|
String str13 = this.createDate;
|
||
|
int hashCode13 = str13 == null ? 0 : str13.hashCode();
|
||
|
String str14 = this.readDateTime;
|
||
|
int hashCode14 = str14 == null ? 0 : str14.hashCode();
|
||
|
List<RequestMessageEntity> list = this.messages;
|
||
|
int hashCode15 = list == null ? 0 : list.hashCode();
|
||
|
String str15 = this.chatWithAgentFlag;
|
||
|
return (((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + hashCode15) * 31) + (str15 != null ? str15.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final String getScreen() {
|
||
|
return this.screen;
|
||
|
}
|
||
|
|
||
|
public final String getReadDateTime() {
|
||
|
return this.readDateTime;
|
||
|
}
|
||
|
|
||
|
public final String getProductSelected() {
|
||
|
return this.productSelected;
|
||
|
}
|
||
|
|
||
|
public final String getMobile() {
|
||
|
return this.mobile;
|
||
|
}
|
||
|
|
||
|
public final List<RequestMessageEntity> getMessages() {
|
||
|
return this.messages;
|
||
|
}
|
||
|
|
||
|
public final String getLastName() {
|
||
|
return this.lastName;
|
||
|
}
|
||
|
|
||
|
public final String getIssueSelected() {
|
||
|
return this.issueSelected;
|
||
|
}
|
||
|
|
||
|
public final String getIdentifyId() {
|
||
|
return this.identifyId;
|
||
|
}
|
||
|
|
||
|
public final String getId() {
|
||
|
return this.id;
|
||
|
}
|
||
|
|
||
|
public final String getFirstName() {
|
||
|
return this.firstName;
|
||
|
}
|
||
|
|
||
|
public final String getEndProcessFlag() {
|
||
|
return this.endProcessFlag;
|
||
|
}
|
||
|
|
||
|
public final String getEmail() {
|
||
|
return this.email;
|
||
|
}
|
||
|
|
||
|
public final String getCreateDate() {
|
||
|
return this.createDate;
|
||
|
}
|
||
|
|
||
|
public final String getChatWithAgentFlag() {
|
||
|
return this.chatWithAgentFlag;
|
||
|
}
|
||
|
|
||
|
public final String getAgentName() {
|
||
|
return this.agentName;
|
||
|
}
|
||
|
|
||
|
public final String getAgentId() {
|
||
|
return this.agentId;
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof RequestEntity)) {
|
||
|
return false;
|
||
|
}
|
||
|
RequestEntity requestEntity = (RequestEntity) obj;
|
||
|
return C14957gcv.b((Object) this.firstName, (Object) requestEntity.firstName) && C14957gcv.b((Object) this.id, (Object) requestEntity.id) && C14957gcv.b((Object) this.lastName, (Object) requestEntity.lastName) && C14957gcv.b((Object) this.agentId, (Object) requestEntity.agentId) && C14957gcv.b((Object) this.endProcessFlag, (Object) requestEntity.endProcessFlag) && C14957gcv.b((Object) this.mobile, (Object) requestEntity.mobile) && C14957gcv.b((Object) this.screen, (Object) requestEntity.screen) && C14957gcv.b((Object) this.agentName, (Object) requestEntity.agentName) && C14957gcv.b((Object) this.issueSelected, (Object) requestEntity.issueSelected) && C14957gcv.b((Object) this.email, (Object) requestEntity.email) && C14957gcv.b((Object) this.identifyId, (Object) requestEntity.identifyId) && C14957gcv.b((Object) this.productSelected, (Object) requestEntity.productSelected) && C14957gcv.b((Object) this.createDate, (Object) requestEntity.createDate) && C14957gcv.b((Object) this.readDateTime, (Object) requestEntity.readDateTime) && C14957gcv.b(this.messages, requestEntity.messages) && C14957gcv.b((Object) this.chatWithAgentFlag, (Object) requestEntity.chatWithAgentFlag);
|
||
|
}
|
||
|
|
||
|
public final RequestEntity copy(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13, String str14, List<RequestMessageEntity> list, String str15) {
|
||
|
return new RequestEntity(str, str2, str3, str4, str5, str6, str7, str8, str9, str10, str11, str12, str13, str14, list, str15);
|
||
|
}
|
||
|
|
||
|
public final String component9() {
|
||
|
return this.issueSelected;
|
||
|
}
|
||
|
|
||
|
public final String component8() {
|
||
|
return this.agentName;
|
||
|
}
|
||
|
|
||
|
public final String component7() {
|
||
|
return this.screen;
|
||
|
}
|
||
|
|
||
|
public final String component6() {
|
||
|
return this.mobile;
|
||
|
}
|
||
|
|
||
|
public final String component5() {
|
||
|
return this.endProcessFlag;
|
||
|
}
|
||
|
|
||
|
public final String component4() {
|
||
|
return this.agentId;
|
||
|
}
|
||
|
|
||
|
public final String component3() {
|
||
|
return this.lastName;
|
||
|
}
|
||
|
|
||
|
public final String component2() {
|
||
|
return this.id;
|
||
|
}
|
||
|
|
||
|
public final String component16() {
|
||
|
return this.chatWithAgentFlag;
|
||
|
}
|
||
|
|
||
|
public final List<RequestMessageEntity> component15() {
|
||
|
return this.messages;
|
||
|
}
|
||
|
|
||
|
public final String component14() {
|
||
|
return this.readDateTime;
|
||
|
}
|
||
|
|
||
|
public final String component13() {
|
||
|
return this.createDate;
|
||
|
}
|
||
|
|
||
|
public final String component12() {
|
||
|
return this.productSelected;
|
||
|
}
|
||
|
|
||
|
public final String component11() {
|
||
|
return this.identifyId;
|
||
|
}
|
||
|
|
||
|
public final String component10() {
|
||
|
return this.email;
|
||
|
}
|
||
|
|
||
|
public final String component1() {
|
||
|
return this.firstName;
|
||
|
}
|
||
|
|
||
|
public RequestEntity() {
|
||
|
this(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 65535, null);
|
||
|
}
|
||
|
}
|