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