public class AlipayInsDataAutoScoreQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayInsDataAutoScoreQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getBillNo()
Gets bill no.
|
String |
getExclusiveScore()
Gets exclusive score.
|
String |
getExtInfo()
Gets ext info.
|
Long |
getScore()
Gets score.
|
String |
getUuid()
Gets uuid.
|
void |
setBillNo(String billNo)
Sets bill no.
|
void |
setExclusiveScore(String exclusiveScore)
Sets exclusive score.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setScore(Long score)
Sets score.
|
void |
setUuid(String uuid)
Sets uuid.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setBillNo(String billNo)
billNo
- the bill nopublic String getBillNo()
public void setExclusiveScore(String exclusiveScore)
exclusiveScore
- the exclusive scorepublic String getExclusiveScore()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic String getExtInfo()
public void setScore(Long score)
score
- the scorepublic Long getScore()
public void setUuid(String uuid)
uuid
- the uuidpublic String getUuid()
Copyright © 2018. All rights reserved.