public class PaymentDetail extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PaymentDetail.Builder |
| 构造器和说明 |
|---|
PaymentDetail() |
PaymentDetail(PaymentDetail.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getActivityId() |
String |
getEmployeeId() |
PaymentAccountingItem[] |
getPaymentAccountingItems() |
static PaymentDetail.Builder |
newBuilder() |
void |
setActivityId(String activityId) |
void |
setEmployeeId(String employeeId) |
void |
setPaymentAccountingItems(PaymentAccountingItem[] paymentAccountingItems) |
public PaymentDetail()
public PaymentDetail(PaymentDetail.Builder builder)
public String getEmployeeId()
public void setEmployeeId(String employeeId)
public String getActivityId()
public void setActivityId(String activityId)
public PaymentAccountingItem[] getPaymentAccountingItems()
public void setPaymentAccountingItems(PaymentAccountingItem[] paymentAccountingItems)
public static PaymentDetail.Builder newBuilder()
Copyright © 2025. All rights reserved.