Package com.circleci.client.v2.model
Class TestsResponseItems
- java.lang.Object
-
- com.circleci.client.v2.model.TestsResponseItems
-
public class TestsResponseItems extends Object
TestsResponseItems
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CLASSNAMEstatic StringJSON_PROPERTY_FILEstatic StringJSON_PROPERTY_MESSAGEstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_RESULT
-
Constructor Summary
Constructors Constructor Description TestsResponseItems()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestsResponseItemsclassname(String classname)booleanequals(Object o)TestsResponseItemsfile(String file)StringgetClassname()The programmatic location of the test.StringgetFile()The file in which the test is defined.StringgetMessage()The failure message associated with the test.StringgetName()The name of the test.StringgetResult()Indication of whether the test succeeded.inthashCode()TestsResponseItemsmessage(String message)TestsResponseItemsname(String name)TestsResponseItemsresult(String result)voidsetClassname(String classname)voidsetFile(String file)voidsetMessage(String message)voidsetName(String name)voidsetResult(String result)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_MESSAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FILE
public static final String JSON_PROPERTY_FILE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RESULT
public static final String JSON_PROPERTY_RESULT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CLASSNAME
public static final String JSON_PROPERTY_CLASSNAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
message
public TestsResponseItems message(String message)
-
getMessage
public String getMessage()
The failure message associated with the test.- Returns:
- message
-
setMessage
public void setMessage(String message)
-
file
public TestsResponseItems file(String file)
-
getFile
public String getFile()
The file in which the test is defined.- Returns:
- file
-
setFile
public void setFile(String file)
-
result
public TestsResponseItems result(String result)
-
getResult
public String getResult()
Indication of whether the test succeeded.- Returns:
- result
-
setResult
public void setResult(String result)
-
name
public TestsResponseItems name(String name)
-
getName
public String getName()
The name of the test.- Returns:
- name
-
setName
public void setName(String name)
-
classname
public TestsResponseItems classname(String classname)
-
getClassname
public String getClassname()
The programmatic location of the test.- Returns:
- classname
-
setClassname
public void setClassname(String classname)
-
-