public class ListBillOverviewByCategoryRequest extends Object
| Constructor and Description |
|---|
ListBillOverviewByCategoryRequest() |
public ListBillOverviewByCategoryRequest billCategoryParent(List<String> billCategoryParent)
public ListBillOverviewByCategoryRequest addBillCategoryParentItem(String billCategoryParentItem)
public List<String> getBillCategoryParent()
public ListBillOverviewByCategoryRequest billPeriod(String billPeriod)
@NotNull
@Size(min=7,
max=7)
public @NotNull @Size(min=7,max=7) String getBillPeriod()
public void setBillPeriod(String billPeriod)
public ListBillOverviewByCategoryRequest billingMode(List<String> billingMode)
public ListBillOverviewByCategoryRequest addBillingModeItem(String billingModeItem)
public ListBillOverviewByCategoryRequest ownerID(List<Long> ownerID)
public ListBillOverviewByCategoryRequest addOwnerIDItem(Long ownerIDItem)
public ListBillOverviewByCategoryRequest payerID(List<Long> payerID)
public ListBillOverviewByCategoryRequest addPayerIDItem(Long payerIDItem)
Copyright © 2025. All rights reserved.