public class GetBodyPersonRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetBodyPersonRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetBodyPersonRequest |
build(Map<String,?> map) |
Long |
getDbId() |
Long |
getPersonId() |
GetBodyPersonRequest |
setDbId(Long dbId) |
GetBodyPersonRequest |
setPersonId(Long personId) |
@NameInMap(value="DbId") public Long dbId
@NameInMap(value="PersonId") public Long personId
public static GetBodyPersonRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetBodyPersonRequest setDbId(Long dbId)
public Long getDbId()
public GetBodyPersonRequest setPersonId(Long personId)
public Long getPersonId()
Copyright © 2022. All rights reserved.