| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253 |
- package org.zhongzheng.common.secure;
- //
- // Source code recreated from a .class file by IntelliJ IDEA
- // (powered by FernFlower decompiler)
- //
- import io.swagger.annotations.ApiModelProperty;
- import java.io.Serializable;
- public class ZhongZhengUser implements Serializable {
- private static final long serialVersionUID = 1L;
- @ApiModelProperty(
- hidden = true
- )
- private String clientId;
- @ApiModelProperty(
- hidden = true
- )
- private Long userId;
- @ApiModelProperty(
- hidden = true
- )
- private String tenantId;
- @ApiModelProperty(
- hidden = true
- )
- private String deptId;
- @ApiModelProperty(
- hidden = true
- )
- private String userName;
- @ApiModelProperty(
- hidden = true
- )
- private String account;
- @ApiModelProperty(
- hidden = true
- )
- private String roleId;
- @ApiModelProperty(
- hidden = true
- )
- private String roleName;
- public ZhongZhengUser() {
- }
- public String getClientId() {
- return this.clientId;
- }
- public Long getUserId() {
- return this.userId;
- }
- public String getTenantId() {
- return this.tenantId;
- }
- public String getDeptId() {
- return this.deptId;
- }
- public String getUserName() {
- return this.userName;
- }
- public String getAccount() {
- return this.account;
- }
- public String getRoleId() {
- return this.roleId;
- }
- public String getRoleName() {
- return this.roleName;
- }
- public void setClientId(final String clientId) {
- this.clientId = clientId;
- }
- public void setUserId(final Long userId) {
- this.userId = userId;
- }
- public void setTenantId(final String tenantId) {
- this.tenantId = tenantId;
- }
- public void setDeptId(final String deptId) {
- this.deptId = deptId;
- }
- public void setUserName(final String userName) {
- this.userName = userName;
- }
- public void setAccount(final String account) {
- this.account = account;
- }
- public void setRoleId(final String roleId) {
- this.roleId = roleId;
- }
- public void setRoleName(final String roleName) {
- this.roleName = roleName;
- }
- public boolean equals(final Object o) {
- if (o == this) {
- return true;
- } else if (!(o instanceof ZhongZhengUser)) {
- return false;
- } else {
- ZhongZhengUser other = (ZhongZhengUser)o;
- if (!other.canEqual(this)) {
- return false;
- } else {
- label107: {
- Object this$userId = this.getUserId();
- Object other$userId = other.getUserId();
- if (this$userId == null) {
- if (other$userId == null) {
- break label107;
- }
- } else if (this$userId.equals(other$userId)) {
- break label107;
- }
- return false;
- }
- Object this$clientId = this.getClientId();
- Object other$clientId = other.getClientId();
- if (this$clientId == null) {
- if (other$clientId != null) {
- return false;
- }
- } else if (!this$clientId.equals(other$clientId)) {
- return false;
- }
- Object this$tenantId = this.getTenantId();
- Object other$tenantId = other.getTenantId();
- if (this$tenantId == null) {
- if (other$tenantId != null) {
- return false;
- }
- } else if (!this$tenantId.equals(other$tenantId)) {
- return false;
- }
- label86: {
- Object this$deptId = this.getDeptId();
- Object other$deptId = other.getDeptId();
- if (this$deptId == null) {
- if (other$deptId == null) {
- break label86;
- }
- } else if (this$deptId.equals(other$deptId)) {
- break label86;
- }
- return false;
- }
- label79: {
- Object this$userName = this.getUserName();
- Object other$userName = other.getUserName();
- if (this$userName == null) {
- if (other$userName == null) {
- break label79;
- }
- } else if (this$userName.equals(other$userName)) {
- break label79;
- }
- return false;
- }
- label72: {
- Object this$account = this.getAccount();
- Object other$account = other.getAccount();
- if (this$account == null) {
- if (other$account == null) {
- break label72;
- }
- } else if (this$account.equals(other$account)) {
- break label72;
- }
- return false;
- }
- Object this$roleId = this.getRoleId();
- Object other$roleId = other.getRoleId();
- if (this$roleId == null) {
- if (other$roleId != null) {
- return false;
- }
- } else if (!this$roleId.equals(other$roleId)) {
- return false;
- }
- Object this$roleName = this.getRoleName();
- Object other$roleName = other.getRoleName();
- if (this$roleName == null) {
- if (other$roleName != null) {
- return false;
- }
- } else if (!this$roleName.equals(other$roleName)) {
- return false;
- }
- return true;
- }
- }
- }
- protected boolean canEqual(final Object other) {
- return other instanceof ZhongZhengUser;
- }
- public int hashCode() {
- int result = 1;
- Object $userId = this.getUserId();
- result = result * 59 + ($userId == null ? 43 : $userId.hashCode());
- Object $clientId = this.getClientId();
- result = result * 59 + ($clientId == null ? 43 : $clientId.hashCode());
- Object $tenantId = this.getTenantId();
- result = result * 59 + ($tenantId == null ? 43 : $tenantId.hashCode());
- Object $deptId = this.getDeptId();
- result = result * 59 + ($deptId == null ? 43 : $deptId.hashCode());
- Object $userName = this.getUserName();
- result = result * 59 + ($userName == null ? 43 : $userName.hashCode());
- Object $account = this.getAccount();
- result = result * 59 + ($account == null ? 43 : $account.hashCode());
- Object $roleId = this.getRoleId();
- result = result * 59 + ($roleId == null ? 43 : $roleId.hashCode());
- Object $roleName = this.getRoleName();
- result = result * 59 + ($roleName == null ? 43 : $roleName.hashCode());
- return result;
- }
- public String toString() {
- return "ZhongZhengUser(clientId=" + this.getClientId() + ", userId=" + this.getUserId() + ", tenantId=" + this.getTenantId() + ", deptId=" + this.getDeptId() + ", userName=" + this.getUserName() + ", account=" + this.getAccount() + ", roleId=" + this.getRoleId() + ", roleName=" + this.getRoleName() + ")";
- }
- }
|