public class ValidateUserRoleRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
timeThreshold
example:
1677600000000
|
String |
unionId
This parameter is required.
|
| 构造器和说明 |
|---|
ValidateUserRoleRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ValidateUserRoleRequest |
build(Map<String,?> map) |
Long |
getTimeThreshold() |
String |
getUnionId() |
ValidateUserRoleRequest |
setTimeThreshold(Long timeThreshold) |
ValidateUserRoleRequest |
setUnionId(String unionId) |
@NameInMap(value="timeThreshold") public Long timeThreshold
1677600000000
@NameInMap(value="unionId") public String unionId
This parameter is required.
example:VYn5fYjORJMi
public static ValidateUserRoleRequest build(Map<String,?> map) throws Exception
Exceptionpublic ValidateUserRoleRequest setTimeThreshold(Long timeThreshold)
public Long getTimeThreshold()
public ValidateUserRoleRequest setUnionId(String unionId)
public String getUnionId()
Copyright © 2025. All rights reserved.