public class BasicEmployee extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BasicEmployee.Builder |
| 构造器和说明 |
|---|
BasicEmployee() |
BasicEmployee(BasicEmployee.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getEmailAddress() |
String |
getEmployeeNumber() |
String |
getEmploymentId() |
String |
getEmploymentIdV2() |
BasicPersonInfo |
getPersonInfo() |
static BasicEmployee.Builder |
newBuilder() |
void |
setEmailAddress(String emailAddress) |
void |
setEmployeeNumber(String employeeNumber) |
void |
setEmploymentId(String employmentId) |
void |
setEmploymentIdV2(String employmentIdV2) |
void |
setPersonInfo(BasicPersonInfo personInfo) |
public BasicEmployee()
public BasicEmployee(BasicEmployee.Builder builder)
public String getEmploymentId()
public void setEmploymentId(String employmentId)
public String getEmploymentIdV2()
public void setEmploymentIdV2(String employmentIdV2)
public String getEmployeeNumber()
public void setEmployeeNumber(String employeeNumber)
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
public BasicPersonInfo getPersonInfo()
public void setPersonInfo(BasicPersonInfo personInfo)
public static BasicEmployee.Builder newBuilder()
Copyright © 2025. All rights reserved.