|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.messaging.common.messages.Test
public class Test
Models a Test
| Nested Class Summary | |
|---|---|
static class |
Test.Priority
Priority types |
static class |
Test.TestType
Result types |
| Constructor Summary | |
|---|---|
Test()
default constructor |
|
| Method Summary | |
|---|---|
String |
getDescription()
get the description |
Test.Priority |
getPriority()
get the priority |
Integer |
getTestNumber()
get the test number |
Object |
getTestResult()
get the result object |
Test.TestType |
getType()
get the testType |
static String |
replaceUnderscore(String input)
replace the "." char to "_" in the given string |
void |
setDescription(String description)
set the description |
void |
setPriority(Test.Priority priority)
set the priority |
void |
setTestNumber(Integer testNumber)
set the test number |
void |
setTestResult(Object testResult)
set the result object |
void |
setType(Test.TestType type)
set the test type |
String |
toString()
to string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Test()
| Method Detail |
|---|
public Object getTestResult()
public void setTestResult(Object testResult)
testResult - the result objectpublic Test.TestType getType()
public void setType(Test.TestType type)
type - the test typepublic Test.Priority getPriority()
public void setPriority(Test.Priority priority)
priority - the prioritypublic Integer getTestNumber()
public void setTestNumber(Integer testNumber)
testNumber - the test numberpublic String getDescription()
public void setDescription(String description)
description - the descriptionpublic String toString()
toString in class Objectpublic static String replaceUnderscore(String input)
input - the input string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||