public class EmergencyContactForUpdate extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
EmergencyContactForUpdate.Builder |
| 构造器和说明 |
|---|
EmergencyContactForUpdate() |
EmergencyContactForUpdate(EmergencyContactForUpdate.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
AddressForUpdate |
getAddress() |
EmailForUpdate |
getEmail() |
String |
getLegalName() |
PhoneForUpdate[] |
getPhones() |
String |
getRelationship() |
static EmergencyContactForUpdate.Builder |
newBuilder() |
void |
setAddress(AddressForUpdate address) |
void |
setEmail(EmailForUpdate email) |
void |
setLegalName(String legalName) |
void |
setPhones(PhoneForUpdate[] phones) |
void |
setRelationship(String relationship) |
public EmergencyContactForUpdate()
public EmergencyContactForUpdate(EmergencyContactForUpdate.Builder builder)
public static EmergencyContactForUpdate.Builder newBuilder()
public String getLegalName()
public void setLegalName(String legalName)
public String getRelationship()
public void setRelationship(String relationship)
public PhoneForUpdate[] getPhones()
public void setPhones(PhoneForUpdate[] phones)
public AddressForUpdate getAddress()
public void setAddress(AddressForUpdate address)
public EmailForUpdate getEmail()
public void setEmail(EmailForUpdate email)
Copyright © 2025. All rights reserved.