JpushEasemobAccount.java 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. package com.goafanti.common.model;
  2. import java.util.Date;
  3. public class JpushEasemobAccount {
  4. /**
  5. * This field was generated by MyBatis Generator. This field corresponds to the database column jpush_easemob_account.id
  6. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  7. */
  8. private Integer id;
  9. /**
  10. * This field was generated by MyBatis Generator. This field corresponds to the database column jpush_easemob_account.uuid
  11. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  12. */
  13. private String uuid;
  14. /**
  15. * This field was generated by MyBatis Generator. This field corresponds to the database column jpush_easemob_account.registration_id
  16. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  17. */
  18. private String registrationId;
  19. /**
  20. * This field was generated by MyBatis Generator. This field corresponds to the database column jpush_easemob_account.uid
  21. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  22. */
  23. private String uid;
  24. /**
  25. * This field was generated by MyBatis Generator. This field corresponds to the database column jpush_easemob_account.tag
  26. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  27. */
  28. private String tag;
  29. /**
  30. * This field was generated by MyBatis Generator. This field corresponds to the database column jpush_easemob_account.group_id
  31. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  32. */
  33. private String groupId;
  34. /**
  35. * This field was generated by MyBatis Generator. This field corresponds to the database column jpush_easemob_account.last_login_time
  36. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  37. */
  38. private Date lastLoginTime;
  39. /**
  40. * This field was generated by MyBatis Generator. This field corresponds to the database column jpush_easemob_account.easemob_name
  41. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  42. */
  43. private String easemobName;
  44. /**
  45. * This field was generated by MyBatis Generator. This field corresponds to the database column jpush_easemob_account.easemob_pass
  46. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  47. */
  48. private String easemobPass;
  49. /**
  50. * This method was generated by MyBatis Generator. This method returns the value of the database column jpush_easemob_account.id
  51. * @return the value of jpush_easemob_account.id
  52. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  53. */
  54. public Integer getId() {
  55. return id;
  56. }
  57. /**
  58. * This method was generated by MyBatis Generator. This method sets the value of the database column jpush_easemob_account.id
  59. * @param id the value for jpush_easemob_account.id
  60. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  61. */
  62. public void setId(Integer id) {
  63. this.id = id;
  64. }
  65. /**
  66. * This method was generated by MyBatis Generator. This method returns the value of the database column jpush_easemob_account.uuid
  67. * @return the value of jpush_easemob_account.uuid
  68. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  69. */
  70. public String getUuid() {
  71. return uuid;
  72. }
  73. /**
  74. * This method was generated by MyBatis Generator. This method sets the value of the database column jpush_easemob_account.uuid
  75. * @param uuid the value for jpush_easemob_account.uuid
  76. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  77. */
  78. public void setUuid(String uuid) {
  79. this.uuid = uuid;
  80. }
  81. /**
  82. * This method was generated by MyBatis Generator. This method returns the value of the database column jpush_easemob_account.registration_id
  83. * @return the value of jpush_easemob_account.registration_id
  84. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  85. */
  86. public String getRegistrationId() {
  87. return registrationId;
  88. }
  89. /**
  90. * This method was generated by MyBatis Generator. This method sets the value of the database column jpush_easemob_account.registration_id
  91. * @param registrationId the value for jpush_easemob_account.registration_id
  92. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  93. */
  94. public void setRegistrationId(String registrationId) {
  95. this.registrationId = registrationId;
  96. }
  97. /**
  98. * This method was generated by MyBatis Generator. This method returns the value of the database column jpush_easemob_account.uid
  99. * @return the value of jpush_easemob_account.uid
  100. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  101. */
  102. public String getUid() {
  103. return uid;
  104. }
  105. /**
  106. * This method was generated by MyBatis Generator. This method sets the value of the database column jpush_easemob_account.uid
  107. * @param uid the value for jpush_easemob_account.uid
  108. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  109. */
  110. public void setUid(String uid) {
  111. this.uid = uid;
  112. }
  113. /**
  114. * This method was generated by MyBatis Generator. This method returns the value of the database column jpush_easemob_account.tag
  115. * @return the value of jpush_easemob_account.tag
  116. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  117. */
  118. public String getTag() {
  119. return tag;
  120. }
  121. /**
  122. * This method was generated by MyBatis Generator. This method sets the value of the database column jpush_easemob_account.tag
  123. * @param tag the value for jpush_easemob_account.tag
  124. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  125. */
  126. public void setTag(String tag) {
  127. this.tag = tag;
  128. }
  129. /**
  130. * This method was generated by MyBatis Generator. This method returns the value of the database column jpush_easemob_account.group_id
  131. * @return the value of jpush_easemob_account.group_id
  132. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  133. */
  134. public String getGroupId() {
  135. return groupId;
  136. }
  137. /**
  138. * This method was generated by MyBatis Generator. This method sets the value of the database column jpush_easemob_account.group_id
  139. * @param groupId the value for jpush_easemob_account.group_id
  140. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  141. */
  142. public void setGroupId(String groupId) {
  143. this.groupId = groupId;
  144. }
  145. /**
  146. * This method was generated by MyBatis Generator. This method returns the value of the database column jpush_easemob_account.last_login_time
  147. * @return the value of jpush_easemob_account.last_login_time
  148. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  149. */
  150. public Date getLastLoginTime() {
  151. return lastLoginTime;
  152. }
  153. /**
  154. * This method was generated by MyBatis Generator. This method sets the value of the database column jpush_easemob_account.last_login_time
  155. * @param lastLoginTime the value for jpush_easemob_account.last_login_time
  156. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  157. */
  158. public void setLastLoginTime(Date lastLoginTime) {
  159. this.lastLoginTime = lastLoginTime;
  160. }
  161. /**
  162. * This method was generated by MyBatis Generator. This method returns the value of the database column jpush_easemob_account.easemob_name
  163. * @return the value of jpush_easemob_account.easemob_name
  164. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  165. */
  166. public String getEasemobName() {
  167. return easemobName;
  168. }
  169. /**
  170. * This method was generated by MyBatis Generator. This method sets the value of the database column jpush_easemob_account.easemob_name
  171. * @param easemobName the value for jpush_easemob_account.easemob_name
  172. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  173. */
  174. public void setEasemobName(String easemobName) {
  175. this.easemobName = easemobName;
  176. }
  177. /**
  178. * This method was generated by MyBatis Generator. This method returns the value of the database column jpush_easemob_account.easemob_pass
  179. * @return the value of jpush_easemob_account.easemob_pass
  180. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  181. */
  182. public String getEasemobPass() {
  183. return easemobPass;
  184. }
  185. /**
  186. * This method was generated by MyBatis Generator. This method sets the value of the database column jpush_easemob_account.easemob_pass
  187. * @param easemobPass the value for jpush_easemob_account.easemob_pass
  188. * @mbg.generated Mon Dec 25 14:46:37 CST 2017
  189. */
  190. public void setEasemobPass(String easemobPass) {
  191. this.easemobPass = easemobPass;
  192. }
  193. }