| | |
| | | */ |
| | | private String uuid; |
| | | |
| | | private String socialState; |
| | | |
| | | private String socialCode; |
| | | |
| | | private String source; |
| | | |
| | | |
| | | private String grantType; |
| | | |
| | | public String getSocialState() { |
| | | return socialState; |
| | | } |
| | | |
| | | public void setSocialState(String socialState) { |
| | | this.socialState = socialState; |
| | | } |
| | | |
| | | public String getSocialCode() { |
| | | return socialCode; |
| | | } |
| | | |
| | | public void setSocialCode(String socialCode) { |
| | | this.socialCode = socialCode; |
| | | } |
| | | |
| | | public String getSource() { |
| | | return source; |
| | | } |
| | | |
| | | public void setSource(String source) { |
| | | this.source = source; |
| | | } |
| | | |
| | | public String getGrantType() { |
| | | return grantType; |
| | | } |
| | | |
| | | public void setGrantType(String grantType) { |
| | | this.grantType = grantType; |
| | | } |
| | | |
| | | public String getUsername() |
| | | { |
| | | return username; |