Class VatRollItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.VatRollItem
-
public class VatRollItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get 项目名称StringgetPrice()Get 单价StringgetQuantity()Get 数量StringgetTotal()Get 金额voidsetName(String Name)Set 项目名称voidsetPrice(String Price)Set 单价voidsetQuantity(String Quantity)Set 数量voidsetTotal(String Total)Set 金额voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
VatRollItem
public VatRollItem()
-
VatRollItem
public 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.
-
-
Method Detail
-
getName
public String getName()
Get 项目名称- Returns:
- Name 项目名称
-
setName
public void setName(String Name)
Set 项目名称- Parameters:
Name- 项目名称
-
getQuantity
public String getQuantity()
Get 数量- Returns:
- Quantity 数量
-
setQuantity
public void setQuantity(String Quantity)
Set 数量- Parameters:
Quantity- 数量
-
getPrice
public String getPrice()
Get 单价- Returns:
- Price 单价
-
setPrice
public void setPrice(String Price)
Set 单价- Parameters:
Price- 单价
-
getTotal
public String getTotal()
Get 金额- Returns:
- Total 金额
-
setTotal
public void setTotal(String Total)
Set 金额- Parameters:
Total- 金额
-
-