public class BillInferenceResult extends AlipayObject
Constructor and Description |
---|
BillInferenceResult() |
Modifier and Type | Method and Description |
---|---|
Long |
getAngle()
Gets angle.
|
Long |
getBillScore()
Gets bill score.
|
String |
getBillVersion()
Gets bill version.
|
List<String> |
getCapitalSum()
Gets capital sum.
|
List<String> |
getDate()
Gets date.
|
List<String> |
getName()
Gets name.
|
List<String> |
getNo()
Gets no.
|
List<String> |
getRotateShape()
Gets rotate shape.
|
List<String> |
getTitle()
Gets title.
|
void |
setAngle(Long angle)
Sets angle.
|
void |
setBillScore(Long billScore)
Sets bill score.
|
void |
setBillVersion(String billVersion)
Sets bill version.
|
void |
setCapitalSum(List<String> capitalSum)
Sets capital sum.
|
void |
setDate(List<String> date)
Sets date.
|
void |
setName(List<String> name)
Sets name.
|
void |
setNo(List<String> no)
Sets no.
|
void |
setRotateShape(List<String> rotateShape)
Sets rotate shape.
|
void |
setTitle(List<String> title)
Sets title.
|
public Long getAngle()
public void setAngle(Long angle)
angle
- the anglepublic Long getBillScore()
public void setBillScore(Long billScore)
billScore
- the bill scorepublic String getBillVersion()
public void setBillVersion(String billVersion)
billVersion
- the bill versionpublic void setCapitalSum(List<String> capitalSum)
capitalSum
- the capital sumpublic void setRotateShape(List<String> rotateShape)
rotateShape
- the rotate shapeCopyright © 2018. All rights reserved.