public class RiskRankInfoCode extends AlipayObject
Constructor and Description |
---|
RiskRankInfoCode() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Gets code.
|
Long |
getContributionDegree()
Gets contribution degree.
|
String |
getDesc()
Gets desc.
|
String |
getModelName()
Gets model name.
|
void |
setCode(String code)
Sets code.
|
void |
setContributionDegree(Long contributionDegree)
Sets contribution degree.
|
void |
setDesc(String desc)
Sets desc.
|
void |
setModelName(String modelName)
Sets model name.
|
public String getCode()
public void setCode(String code)
code
- the codepublic Long getContributionDegree()
public void setContributionDegree(Long contributionDegree)
contributionDegree
- the contribution degreepublic String getDesc()
public void setDesc(String desc)
desc
- the descpublic String getModelName()
public void setModelName(String modelName)
modelName
- the model nameCopyright © 2018. All rights reserved.