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
另请参见:
序列化表格

字段摘要
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的字段
createTime, id, updateTime
 
构造方法摘要
RiskControlResult()
           
 
方法摘要
 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)
           
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的方法
getCreateTime, getId, getRemark, getUpdateTime, isNew, setId, setRemark
 
从类 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.