类 ResetUserPrincipalAuthenticationInfoDto
- java.lang.Object
-
- cn.authing.sdk.java.dto.ResetUserPrincipalAuthenticationInfoDto
-
public class ResetUserPrincipalAuthenticationInfoDto extends Object
-
-
构造器概要
构造器 构造器 说明 ResetUserPrincipalAuthenticationInfoDto()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ResetUserPrincipalAuthenticationInfoOptionsDtogetOptions()StringgetUserId()voidsetOptions(ResetUserPrincipalAuthenticationInfoOptionsDto options)voidsetUserId(String userId)
-
-
-
方法详细资料
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
getOptions
public ResetUserPrincipalAuthenticationInfoOptionsDto getOptions()
-
setOptions
public void setOptions(ResetUserPrincipalAuthenticationInfoOptionsDto options)
-
-