Skip to content

Instantly share code, notes, and snippets.

@iotakodali
Created July 18, 2023 13:24
Show Gist options
  • Save iotakodali/2862ed7fa26c38a62f44681c8cd37cba to your computer and use it in GitHub Desktop.
Save iotakodali/2862ed7fa26c38a62f44681c8cd37cba to your computer and use it in GitHub Desktop.
The parameters collected describing each member of household part of survey's in Andhra Pradesh
hashMap7.put("coloum_id", new C0691c.C0692a("coloum_id", "INTEGER", true, 1, (String) null, 1));
hashMap7.put("UID", new C0691c.C0692a("UID", "TEXT", false, 0, (String) null, 1));
hashMap7.put("isStayingInFamily", new C0691c.C0692a("isStayingInFamily", "INTEGER", true, 0, (String) null, 1));
hashMap7.put("isHeadOftheHOH", new C0691c.C0692a("isHeadOftheHOH", "TEXT", false, 0, (String) null, 1));
hashMap7.put("unique_id", new C0691c.C0692a("unique_id", "TEXT", false, 0, (String) null, 1));
hashMap7.put("d_no", new C0691c.C0692a("d_no", "TEXT", false, 0, (String) null, 1));
C0691c cVar7 = new C0691c("OfflineFamilyDetails", hashMap7, C1254a.m4704y(hashMap7, "captured_time", new C0691c.C0692a("captured_time", "TEXT", false, 0, (String) null, 1), 0), new HashSet(0));
C0691c a7 = C0691c.m2907a(bVar2, "OfflineFamilyDetails");
if (!cVar7.equals(a7)) {
return new C0680i.C0682b(false, C1254a.m4681g("OfflineFamilyDetails(com.ap.gsws.volunteer.room.OfflineFamilyDetails).\n Expected:\n", cVar7, "\n Found:\n", a7));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment