Skip to content

Instantly share code, notes, and snippets.

@iotakodali
Created July 18, 2023 13:21
Show Gist options
  • Save iotakodali/553bbd66e2f4e06fb6d8b5364fc3e30a to your computer and use it in GitHub Desktop.
Save iotakodali/553bbd66e2f4e06fb6d8b5364fc3e30a to your computer and use it in GitHub Desktop.
The parameters collected from each household part of survey's in Andhra Pradesh
HashMap hashMap = new HashMap(9);
hashMap.put("coloum_id", new C0691c.C0692a("coloum_id", "INTEGER", true, 1, (String) null, 1));
hashMap.put("HOUSEHOLD_ID", new C0691c.C0692a("HOUSEHOLD_ID", "TEXT", false, 0, (String) null, 1));
hashMap.put("UID_NUM", new C0691c.C0692a("UID_NUM", "TEXT", false, 0, (String) null, 1));
hashMap.put("CITIZEN_NAME", new C0691c.C0692a("CITIZEN_NAME", "TEXT", false, 0, (String) null, 1));
hashMap.put("DOB_DT", new C0691c.C0692a("DOB_DT", "TEXT", false, 0, (String) null, 1));
hashMap.put("MOBILE_NUMBER", new C0691c.C0692a("MOBILE_NUMBER", "TEXT", false, 0, (String) null, 1));
hashMap.put("GENDER", new C0691c.C0692a("GENDER", "TEXT", false, 0, (String) null, 1));
hashMap.put("DOOR_NO", new C0691c.C0692a("DOOR_NO", "TEXT", false, 0, (String) null, 1));
C0691c cVar = new C0691c("ResurveyHouseholdList", hashMap, C1254a.m4704y(hashMap, "STATUS", new C0691c.C0692a("STATUS", "TEXT", false, 0, (String) null, 1), 0), new HashSet(0));
C0691c a = C0691c.m2907a(bVar2, "ResurveyHouseholdList");
if (!cVar.equals(a)) {
return new C0680i.C0682b(false, C1254a.m4681g("ResurveyHouseholdList(com.ap.gsws.volunteer.room.ResurveyHouseholdList).\n Expected:\n", cVar, "\n Found:\n", a));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment