public class InvoiceManangementResult extends AbstractModel
Constructor and Description |
---|
InvoiceManangementResult() |
Modifier and Type | Method and Description |
---|---|
InvoiceManagementList[] |
getList()
Get 发票列表。
|
Long |
getTotal()
Get 总数。
|
void |
setList(InvoiceManagementList[] List)
Set 发票列表。
|
void |
setTotal(Long Total)
Set 总数。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getTotal()
public void setTotal(Long Total)
Total
- 总数。public InvoiceManagementList[] getList()
public void setList(InvoiceManagementList[] List)
List
- 发票列表。Copyright © 2020. All rights reserved.