public class CreditInfo extends Object implements Serializable
| 构造器和说明 |
|---|
CreditInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
AuthType |
getAuthType() |
String |
getCreditDesc() |
CreditRatingType |
getCreditRatingType() |
CreditType |
getCreditType() |
void |
setAuthType(AuthType authType) |
void |
setCreditDesc(String creditDesc) |
void |
setCreditRatingType(CreditRatingType creditRatingType) |
void |
setCreditType(CreditType creditType) |
public CreditType getCreditType()
public void setCreditType(CreditType creditType)
public AuthType getAuthType()
public void setAuthType(AuthType authType)
public CreditRatingType getCreditRatingType()
public void setCreditRatingType(CreditRatingType creditRatingType)
public String getCreditDesc()
public void setCreditDesc(String creditDesc)
Copyright © 2016. All Rights Reserved.