public class RiskControlResult extends AbstractBaseEntity
createTime, id, updateTime| Constructor and Description |
|---|
RiskControlResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlarmLevel() |
String |
getData() |
String |
getDataId() |
String |
getErrorCode() |
int |
getFailCount() |
String |
getPayType() |
String |
getResultDesc() |
String |
getResultValue() |
String |
getTaskName() |
void |
setAlarmLevel(String alarmLevel) |
void |
setData(String data) |
void |
setDataId(String dataId) |
void |
setErrorCode(String errorCode) |
void |
setFailCount(int failCount) |
void |
setPayType(String payType) |
void |
setResultDesc(String resultDesc) |
void |
setResultValue(String resultValue) |
void |
setTaskName(String taskName) |
getCreateTime, getId, getRemark, getUpdateTime, isNew, setId, setRemarkpublic String getTaskName()
public void setTaskName(String taskName)
taskName - the taskName to setpublic String getData()
public void setData(String data)
data - the data to setpublic int getFailCount()
public void setFailCount(int failCount)
failCount - the failCount to setpublic String getAlarmLevel()
public void setAlarmLevel(String alarmLevel)
alarmLevel - the alarmLevel to setpublic String getResultValue()
public void setResultValue(String resultValue)
resultValue - the resultValue to setpublic String getResultDesc()
public void setResultDesc(String resultDesc)
resultDesc - the resultDesc to setpublic String getDataId()
public void setDataId(String dataId)
dataId - the dataId to setpublic String getErrorCode()
public void setErrorCode(String errorCode)
errorCode - the errorCode to setpublic String getPayType()
public void setPayType(String payType)
Copyright © 2016. All rights reserved.