public class UnlinkIdentity extends Object
| 构造器和说明 |
|---|
UnlinkIdentity() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getExtIdpId() |
Boolean |
getIsSocial() |
String |
getType() |
String |
getUserId() |
void |
setExtIdpId(String extIdpId) |
void |
setIsSocial(Boolean isSocial) |
void |
setType(String type) |
void |
setUserId(String userId) |
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.