Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. public final class ai
  2. {
  3. public String a;
  4. public Boolean b;
  5. public String c;
  6. public String d;
  7. public String e;
  8. public String f;
  9. public Boolean g;
  10. public Boolean h;
  11. public Boolean i;
  12.  
  13. public static ai a(ab paramab)
  14. {
  15. ai localai = new ai();
  16. localai.a = paramab.t("user_profile_email");
  17. localai.b = new Boolean("true".equals(paramab.t("user_profile_email_emailConfirmed")));
  18. localai.c = paramab.t("user_profile_username");
  19. localai.d = paramab.t("user_profile_firstName");
  20. localai.e = paramab.t("user_profile_lastName");
  21. localai.f = paramab.t("user_profile_photoUrl");
  22. localai.g = new Boolean("true".equals(paramab.t("user_profile_is_updated")));
  23. if (!"false".equals(paramab.t("notify_new_people")));
  24. for (boolean bool = true; ; bool = false)
  25. {
  26. localai.h = new Boolean(bool);
  27. localai.i = new Boolean("true".equals(paramab.t("user_profile_verified")));
  28. return localai;
  29. }
  30. }
  31.  
  32. public final boolean a()
  33. {
  34. return (!this.g.booleanValue()) || (this.a == null) || (this.b == null) || (this.c == null) || (this.d == null) || (this.e == null) || (this.h == null);
  35. }
  36.  
  37. public final boolean equals(Object paramObject)
  38. {
  39. if (this == paramObject);
  40. ai localai;
  41. do
  42. {
  43. return true;
  44. if ((paramObject == null) || (getClass() != paramObject.getClass()))
  45. return false;
  46. localai = (ai)paramObject;
  47. if (this.c != null)
  48. break;
  49. }
  50. while (localai.c == null);
  51. while (!this.c.equals(localai.c))
  52. return false;
  53. return true;
  54. }
  55.  
  56. public final int hashCode()
  57. {
  58. if (this.c == null);
  59. for (int j = 0; ; j = this.c.hashCode())
  60. return j + 31;
  61. }
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement