public class PatchPersonReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PatchPersonReq.Builder |
| 构造器和说明 |
|---|
PatchPersonReq() |
PatchPersonReq(PatchPersonReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClientToken() |
Person |
getPerson() |
String |
getPersonId() |
static PatchPersonReq.Builder |
newBuilder() |
void |
setClientToken(String clientToken) |
void |
setPerson(Person body) |
void |
setPersonId(String personId) |
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 Person getPerson()
public void setPerson(Person body)
Copyright © 2025. All rights reserved.