com.xunlei.channel.db.pojo
类 RiskControlResult
java.lang.Object
com.xunlei.channel.db.pojo.AbstractBaseEntity
com.xunlei.channel.db.pojo.RiskControlResult
- 所有已实现的接口:
- Serializable
public class RiskControlResult
- extends AbstractBaseEntity
- 作者:
- lizhaog
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RiskControlResult
public RiskControlResult()
getTaskName
public String getTaskName()
- 返回:
- the taskName
setTaskName
public void setTaskName(String taskName)
- 参数:
taskName - the taskName to set
getData
public String getData()
- 返回:
- the data
setData
public void setData(String data)
- 参数:
data - the data to set
getFailCount
public int getFailCount()
- 返回:
- the failCount
setFailCount
public void setFailCount(int failCount)
- 参数:
failCount - the failCount to set
getAlarmLevel
public String getAlarmLevel()
- 返回:
- the alarmLevel
setAlarmLevel
public void setAlarmLevel(String alarmLevel)
- 参数:
alarmLevel - the alarmLevel to set
getResultValue
public String getResultValue()
- 返回:
- the resultValue
setResultValue
public void setResultValue(String resultValue)
- 参数:
resultValue - the resultValue to set
getResultDesc
public String getResultDesc()
- 返回:
- the resultDesc
setResultDesc
public void setResultDesc(String resultDesc)
- 参数:
resultDesc - the resultDesc to set
getDataId
public String getDataId()
- 返回:
- the dataId
setDataId
public void setDataId(String dataId)
- 参数:
dataId - the dataId to set
getErrorCode
public String getErrorCode()
- 返回:
- the errorCode
setErrorCode
public void setErrorCode(String errorCode)
- 参数:
errorCode - the errorCode to set
getPayType
public String getPayType()
setPayType
public void setPayType(String payType)
Copyright © 2016. All rights reserved.