public class ListParentByUserRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
subCorpId
This parameter is required.
|
String |
userId
This parameter is required.
|
| 构造器和说明 |
|---|
ListParentByUserRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListParentByUserRequest |
build(Map<String,?> map) |
String |
getSubCorpId() |
String |
getUserId() |
ListParentByUserRequest |
setSubCorpId(String subCorpId) |
ListParentByUserRequest |
setUserId(String userId) |
@NameInMap(value="subCorpId") public String subCorpId
This parameter is required.
@NameInMap(value="userId") public String userId
This parameter is required.
public static ListParentByUserRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListParentByUserRequest setSubCorpId(String subCorpId)
public String getSubCorpId()
public ListParentByUserRequest setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.