public class TestRecordInfo extends java.lang.Object implements TestRecordInterface
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
inputid |
protected long |
inputlinenumber |
protected java.lang.String |
inputname |
protected java.lang.String |
inputrecord |
protected java.lang.String |
inputseparator |
protected java.lang.String |
logid |
protected java.lang.String |
mapid |
protected long |
statuscode |
protected java.lang.String |
testlevel |
Constructor and Description |
---|
TestRecordInfo()
Constructor for TestRecordInfo
|
TestRecordInfo(java.lang.String testlevel,
java.lang.String inputid,
java.lang.String inputname,
java.lang.String inputrecord,
java.lang.String inputseparator,
long inputlinenumber,
java.lang.String mapid,
java.lang.String logid,
long statuscode)
PREFERRED Constructor for TestRecordInfo
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppMapUID()
Current App Map ID in use.
|
long |
getInputLineNumber()
Current input line number (if appropriate).
|
java.lang.String |
getInputName()
The name of the input source.
|
java.lang.String |
getInputRecord()
Current input record.
|
java.lang.String |
getInputSeparator()
Field separator String for the input records from this source.
|
java.lang.String |
getInputUID()
The unique ID of the input source for this test level.
|
java.lang.String |
getLogUID()
Current active log for this test level.
|
long |
getStatusCode()
Current stored status code for this test level.
|
java.lang.String |
getTestLevel()
CYCLE, SUITE, or STEP.
|
void |
setAppMapUID(java.lang.String mapid)
Set mapid to the provided value.
|
void |
setInputLineNumber(long inputlinenumber)
Set inputlinenumber to the provided value.
|
void |
setInputName(java.lang.String inputname)
Set inputname to the provided value.
|
void |
setInputRecord(java.lang.String inputrecord)
Set inputrecord to the provided value.
|
void |
setInputSeparator(java.lang.String inputseparator)
Set inputseparator to the provided value.
|
void |
setInputUID(java.lang.String inputid)
Set inputid to the provided value.
|
void |
setLogUID(java.lang.String logid)
Set logid to the provided value.
|
void |
setStatusCode(long statuscode)
Set statuscode to the provided value.
|
void |
setTestLevel(java.lang.String testlevel)
Set testlevel to the provided value.
|
protected java.lang.String testlevel
protected java.lang.String inputid
protected java.lang.String inputname
protected java.lang.String inputseparator
protected java.lang.String inputrecord
protected long inputlinenumber
protected java.lang.String mapid
protected java.lang.String logid
protected long statuscode
public TestRecordInfo()
public TestRecordInfo(java.lang.String testlevel, java.lang.String inputid, java.lang.String inputname, java.lang.String inputrecord, java.lang.String inputseparator, long inputlinenumber, java.lang.String mapid, java.lang.String logid, long statuscode)
public void setTestLevel(java.lang.String testlevel)
public java.lang.String getTestLevel()
TestRecordInterface
getTestLevel
in interface TestRecordInterface
TestRecordInterface.getTestLevel()
public void setInputUID(java.lang.String inputid)
public java.lang.String getInputUID()
TestRecordInterface
getInputUID
in interface TestRecordInterface
TestRecordInterface.getInputUID()
public void setInputName(java.lang.String inputname)
public java.lang.String getInputName()
TestRecordInterface
getInputName
in interface TestRecordInterface
TestRecordInterface.getInputName()
public void setInputSeparator(java.lang.String inputseparator)
public java.lang.String getInputSeparator()
TestRecordInterface
getInputSeparator
in interface TestRecordInterface
TestRecordInterface.getInputSeparator()
public void setInputRecord(java.lang.String inputrecord)
public java.lang.String getInputRecord()
TestRecordInterface
getInputRecord
in interface TestRecordInterface
TestRecordInterface.getInputRecord()
public void setInputLineNumber(long inputlinenumber)
public long getInputLineNumber()
TestRecordInterface
getInputLineNumber
in interface TestRecordInterface
TestRecordInterface.getInputLineNumber()
public void setAppMapUID(java.lang.String mapid)
public java.lang.String getAppMapUID()
TestRecordInterface
getAppMapUID
in interface TestRecordInterface
TestRecordInterface.getAppMapUID()
public void setLogUID(java.lang.String logid)
public java.lang.String getLogUID()
TestRecordInterface
getLogUID
in interface TestRecordInterface
TestRecordInterface.getLogUID()
public void setStatusCode(long statuscode)
public long getStatusCode()
TestRecordInterface
getStatusCode
in interface TestRecordInterface
TestRecordInterface.getStatusCode()
Copyright © SAS Institute. All Rights Reserved.