Class SingleInvoiceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.SingleInvoiceInfo
-
public class SingleInvoiceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SingleInvoiceInfo()SingleInvoiceInfo(SingleInvoiceInfo 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 识别出的字段名称LonggetRow()Get 字段属于第几行,用于相同字段的排版,如发票明细表格项目,普通字段使用默认值为-1,表示无列排版。StringgetValue()Get 识别出的字段名称对应的值,也就是字段name对应的字符串结果。voidsetName(String Name)Set 识别出的字段名称voidsetRow(Long Row)Set 字段属于第几行,用于相同字段的排版,如发票明细表格项目,普通字段使用默认值为-1,表示无列排版。voidsetValue(String Value)Set 识别出的字段名称对应的值,也就是字段name对应的字符串结果。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
-
SingleInvoiceInfo
public SingleInvoiceInfo()
-
SingleInvoiceInfo
public SingleInvoiceInfo(SingleInvoiceInfo 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- 识别出的字段名称
-
getValue
public String getValue()
Get 识别出的字段名称对应的值,也就是字段name对应的字符串结果。- Returns:
- Value 识别出的字段名称对应的值,也就是字段name对应的字符串结果。
-
setValue
public void setValue(String Value)
Set 识别出的字段名称对应的值,也就是字段name对应的字符串结果。- Parameters:
Value- 识别出的字段名称对应的值,也就是字段name对应的字符串结果。
-
getRow
public Long getRow()
Get 字段属于第几行,用于相同字段的排版,如发票明细表格项目,普通字段使用默认值为-1,表示无列排版。- Returns:
- Row 字段属于第几行,用于相同字段的排版,如发票明细表格项目,普通字段使用默认值为-1,表示无列排版。
-
setRow
public void setRow(Long Row)
Set 字段属于第几行,用于相同字段的排版,如发票明细表格项目,普通字段使用默认值为-1,表示无列排版。- Parameters:
Row- 字段属于第几行,用于相同字段的排版,如发票明细表格项目,普通字段使用默认值为-1,表示无列排版。
-
-