public class ListParentByUserRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
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
@NameInMap(value="userId") public String userId
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 © 2022. All rights reserved.