public class PatchPersonReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PatchPersonReq.Builder |
| 构造器和说明 |
|---|
PatchPersonReq() |
PatchPersonReq(PatchPersonReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClientToken() |
String |
getPersonId() |
PersonInfo |
getPersonInfo() |
static PatchPersonReq.Builder |
newBuilder() |
void |
setClientToken(String clientToken) |
void |
setPersonId(String personId) |
void |
setPersonInfo(PersonInfo body) |
public PatchPersonReq()
public PatchPersonReq(PatchPersonReq.Builder builder)
public static PatchPersonReq.Builder newBuilder()
public String getClientToken()
public void setClientToken(String clientToken)
public String getPersonId()
public void setPersonId(String personId)
public PersonInfo getPersonInfo()
public void setPersonInfo(PersonInfo body)
Copyright © 2024. All rights reserved.