public class ZhimaCreditRelationQueryModel extends AlipayObject
Constructor and Description |
---|
ZhimaCreditRelationQueryModel() |
Modifier and Type | Method and Description |
---|---|
String |
getCertNo()
Gets cert no.
|
String |
getLinkedMerchantId()
Gets linked merchant id.
|
String |
getName()
Gets name.
|
String |
getProductCode()
Gets product code.
|
String |
getRelation()
Gets relation.
|
String |
getRelationName()
Gets relation name.
|
String |
getRelationPhone()
Gets relation phone.
|
String |
getTransactionId()
Gets transaction id.
|
void |
setCertNo(String certNo)
Sets cert no.
|
void |
setLinkedMerchantId(String linkedMerchantId)
Sets linked merchant id.
|
void |
setName(String name)
Sets name.
|
void |
setProductCode(String productCode)
Sets product code.
|
void |
setRelation(String relation)
Sets relation.
|
void |
setRelationName(String relationName)
Sets relation name.
|
void |
setRelationPhone(String relationPhone)
Sets relation phone.
|
void |
setTransactionId(String transactionId)
Sets transaction id.
|
public String getCertNo()
public void setCertNo(String certNo)
certNo
- the cert nopublic String getLinkedMerchantId()
public void setLinkedMerchantId(String linkedMerchantId)
linkedMerchantId
- the linked merchant idpublic String getName()
public void setName(String name)
name
- the namepublic String getProductCode()
public void setProductCode(String productCode)
productCode
- the product codepublic String getRelation()
public void setRelation(String relation)
relation
- the relationpublic String getRelationName()
public void setRelationName(String relationName)
relationName
- the relation namepublic String getRelationPhone()
public void setRelationPhone(String relationPhone)
relationPhone
- the relation phonepublic String getTransactionId()
public void setTransactionId(String transactionId)
transactionId
- the transaction idCopyright © 2018. All rights reserved.