public class AutomationMaterial extends QTestBaseModel<AutomationMaterial>
NL, properties, RESERVED_NAME| Constructor and Description |
|---|
AutomationMaterial() |
| Modifier and Type | Method and Description |
|---|---|
protected AutomationMaterial |
clone() |
java.lang.String |
elementName() |
java.lang.String |
getAutomationContent() |
java.lang.Long |
getTestCaseId() |
java.lang.String |
getTestCaseName() |
java.lang.Long |
getTestCaseVersionId() |
java.lang.Long |
getTestRunId() |
java.lang.String |
jsonElementName() |
AutomationMaterial |
setAutomationContent(java.lang.String content)
set automation content
|
AutomationMaterial |
setTestCaseId(java.lang.Long id)
set test case identifier
|
AutomationMaterial |
setTestCaseName(java.lang.String name)
set test case name
|
AutomationMaterial |
setTestCaseVersionId(java.lang.Long version)
set test case version id
|
AutomationMaterial |
setTestRunId(java.lang.Long id)
set test run identifier
|
AutomationMaterial |
withAutomationContent(java.lang.String content)
set automation content
|
AutomationMaterial |
withTestCaseId(java.lang.Long id)
set test case identifier
|
AutomationMaterial |
withTestCaseName(java.lang.String name)
set test case name
|
AutomationMaterial |
withTestCaseVersionId(java.lang.Long version)
set test case version id
|
AutomationMaterial |
withTestRunId(java.lang.Long id)
set test run identifier
|
getBinaryFromInputStream, getLinks, getWebUrl, setLinks, setWebUrl, validateInputStream, withLinks, withWebUrlappendPropertiesTo, appendPropertiesTo, asDate, asDate, asInteger, asInteger, asLong, asLong, asString, asString, getProperties, getProperty, getPropertyMap, hasProperties, hasProperty, isVisible, removeProperty, setPropertiesFrom, setProperty, toJson, toStringpublic java.lang.Long getTestRunId()
public AutomationMaterial setTestRunId(java.lang.Long id)
id - test run identifierpublic AutomationMaterial withTestRunId(java.lang.Long id)
id - test run identifierAutomationMaterial instancepublic java.lang.Long getTestCaseId()
public AutomationMaterial setTestCaseId(java.lang.Long id)
id - test case identifierpublic AutomationMaterial withTestCaseId(java.lang.Long id)
id - test case identifierAutomationMaterial instancepublic java.lang.String getTestCaseName()
public AutomationMaterial setTestCaseName(java.lang.String name)
name - test case namepublic AutomationMaterial withTestCaseName(java.lang.String name)
name - test case nameAutomationMaterial instancepublic java.lang.Long getTestCaseVersionId()
public AutomationMaterial setTestCaseVersionId(java.lang.Long version)
version - test case version idpublic AutomationMaterial withTestCaseVersionId(java.lang.Long version)
version - test case version idAutomationMaterial instancepublic java.lang.String getAutomationContent()
public AutomationMaterial setAutomationContent(java.lang.String content)
content - automation contentpublic AutomationMaterial withAutomationContent(java.lang.String content)
content - automation contentAutomationMaterial instancepublic java.lang.String elementName()
elementName in class PropertyContainerpublic java.lang.String jsonElementName()
jsonElementName in class PropertyContainerprotected AutomationMaterial clone()
clone in class PropertyContainer