Class Content
- java.lang.Object
-
- dev.cdevents.models.testoutput.published.Content
-
@Generated("jsonschema2pojo") public class Content extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContent.OutputType
-
Constructor Summary
Constructors Constructor Description Content()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetFormat()(Required)Content.OutputTypegetOutputType()(Required)TestCaseRungetTestCaseRun()URIgetUri()inthashCode()voidsetFormat(String format)(Required)voidsetOutputType(Content.OutputType outputType)(Required)voidsetTestCaseRun(TestCaseRun testCaseRun)voidsetUri(URI uri)
-
-
-
Method Detail
-
getOutputType
public Content.OutputType getOutputType()
(Required)
-
setOutputType
public void setOutputType(Content.OutputType outputType)
(Required)
-
getFormat
public String getFormat()
(Required)
-
setFormat
public void setFormat(String format)
(Required)
-
getUri
public URI getUri()
-
setUri
public void setUri(URI uri)
-
getTestCaseRun
public TestCaseRun getTestCaseRun()
-
setTestCaseRun
public void setTestCaseRun(TestCaseRun testCaseRun)
-
-