public class LinkIdentity extends Object
| 构造器和说明 |
|---|
LinkIdentity() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getExtIdpId() |
Boolean |
getIsSocial() |
String |
getType() |
String |
getUserId() |
String |
getUserIdInIdp() |
void |
setExtIdpId(String extIdpId) |
void |
setIsSocial(Boolean isSocial) |
void |
setType(String type) |
void |
setUserId(String userId) |
void |
setUserIdInIdp(String userIdInIdp) |
public String getUserIdInIdp()
public void setUserIdInIdp(String userIdInIdp)
public String getUserId()
public void setUserId(String userId)
public String getExtIdpId()
public void setExtIdpId(String extIdpId)
public String getType()
public void setType(String type)
public Boolean getIsSocial()
public void setIsSocial(Boolean isSocial)
Copyright © 2024. All rights reserved.