public class EmployeePersonForCountry extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
EmployeePersonForCountry.Builder |
| 构造器和说明 |
|---|
EmployeePersonForCountry() |
EmployeePersonForCountry(EmployeePersonForCountry.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getEmploymentId() |
PersonForCountry[] |
getPersonForCountries() |
static EmployeePersonForCountry.Builder |
newBuilder() |
void |
setEmploymentId(String employmentId) |
void |
setPersonForCountries(PersonForCountry[] personForCountries) |
public EmployeePersonForCountry()
public EmployeePersonForCountry(EmployeePersonForCountry.Builder builder)
public static EmployeePersonForCountry.Builder newBuilder()
public String getEmploymentId()
public void setEmploymentId(String employmentId)
public PersonForCountry[] getPersonForCountries()
public void setPersonForCountries(PersonForCountry[] personForCountries)
Copyright © 2026. All rights reserved.