类 ActionRecord
- java.lang.Object
-
- tech.testnx.cah.common.reports.ActionRecord
-
- 所有已实现的接口:
Recordable<ActionRecord>
public class ActionRecord extends Object implements Recordable<ActionRecord>
- 作者:
- Yun
-
-
字段概要
-
从接口继承的字段 tech.testnx.cah.common.reports.Recordable
dateTimeFormat
-
-
构造器概要
构造器 构造器 说明 ActionRecord()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ActionRecordcountDurationNow()StringgetClassMethod()LocalDateTimegetDatetime()StringgetDatetimeText()StringgetDescription()longgetDuration()RecordTypegetRecordType()Get Record TypeStringgetResultText()intgetRound()StringgetTextRecord()Get text recordStringgetTextRecordWithoutTime()booleanisResult()ActionRecordsetClassMethod(String classMethod)ActionRecordsetDatetimeAsNow()ActionRecordsetDescription(String description)ActionRecordsetDuration(long duration)ActionRecordsetResult(boolean result)ActionRecordsetRound(int round)-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 tech.testnx.cah.common.reports.Recordable
getRecord
-
-
-
-
方法详细资料
-
getDatetime
public LocalDateTime getDatetime()
-
getDatetimeText
public String getDatetimeText()
-
setDatetimeAsNow
public ActionRecord setDatetimeAsNow()
-
getDescription
public String getDescription()
-
setDescription
public ActionRecord setDescription(String description)
-
getDuration
public long getDuration()
-
setDuration
public ActionRecord setDuration(long duration)
-
countDurationNow
public ActionRecord countDurationNow()
-
getClassMethod
public String getClassMethod()
-
setClassMethod
public ActionRecord setClassMethod(String classMethod)
-
getRound
public int getRound()
-
setRound
public ActionRecord setRound(int round)
-
isResult
public boolean isResult()
-
getResultText
public String getResultText()
-
setResult
public ActionRecord setResult(boolean result)
-
getRecordType
public RecordType getRecordType()
从接口复制的说明:RecordableGet Record Type- 指定者:
getRecordType在接口中Recordable<ActionRecord>- 返回:
- RecordType
-
getTextRecordWithoutTime
public String getTextRecordWithoutTime()
-
getTextRecord
public String getTextRecord()
从接口复制的说明:RecordableGet text record- 指定者:
getTextRecord在接口中Recordable<ActionRecord>- 返回:
- record as text
-
-