public class ZhimaCreditRelationQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
ZhimaCreditRelationQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBizNo()
Gets biz no.
|
RelationInfo |
getRelationInfo()
Gets relation info.
|
String |
getRelationRank()
Gets relation rank.
|
Long |
getRelationScore()
Gets relation score.
|
void |
setBizNo(String bizNo)
Sets biz no.
|
void |
setRelationInfo(RelationInfo relationInfo)
Sets relation info.
|
void |
setRelationRank(String relationRank)
Sets relation rank.
|
void |
setRelationScore(Long relationScore)
Sets relation score.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setBizNo(String bizNo)
bizNo - the biz nopublic String getBizNo()
public void setRelationInfo(RelationInfo relationInfo)
relationInfo - the relation infopublic RelationInfo getRelationInfo()
public void setRelationRank(String relationRank)
relationRank - the relation rankpublic String getRelationRank()
public void setRelationScore(Long relationScore)
relationScore - the relation scorepublic Long getRelationScore()
Copyright © 2018. All rights reserved.