public class VatRollItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
VatRollItem() |
VatRollItem(VatRollItem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get 项目名称
|
String |
getPrice()
Get 单价
|
String |
getQuantity()
Get 数量
|
String |
getTotal()
Get 金额
|
void |
setName(String Name)
Set 项目名称
|
void |
setPrice(String Price)
Set 单价
|
void |
setQuantity(String Quantity)
Set 数量
|
void |
setTotal(String Total)
Set 金额
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public VatRollItem()
public VatRollItem(VatRollItem source)
public String getName()
public void setName(String Name)
Name
- 项目名称public String getQuantity()
public void setQuantity(String Quantity)
Quantity
- 数量public String getPrice()
public void setPrice(String Price)
Price
- 单价public String getTotal()
public void setTotal(String Total)
Total
- 金额Copyright © 2024. All rights reserved.