Class OtherInvoiceItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.OtherInvoiceItem
-
public class OtherInvoiceItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OtherInvoiceItem()OtherInvoiceItem(OtherInvoiceItem 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 票面key值StringgetValue()Get 票面value值voidsetName(String Name)Set 票面key值voidsetValue(String Value)Set 票面value值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
-
OtherInvoiceItem
public OtherInvoiceItem()
-
OtherInvoiceItem
public OtherInvoiceItem(OtherInvoiceItem 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 票面key值- Returns:
- Name 票面key值
-
setName
public void setName(String Name)
Set 票面key值- Parameters:
Name- 票面key值
-
getValue
public String getValue()
Get 票面value值- Returns:
- Value 票面value值
-
setValue
public void setValue(String Value)
Set 票面value值- Parameters:
Value- 票面value值
-
-