public class DefectLink extends QTestBaseModel<DefectLink>
NL, properties, RESERVED_NAME| Constructor and Description |
|---|
DefectLink() |
| Modifier and Type | Method and Description |
|---|---|
protected DefectLink |
clone() |
java.lang.String |
elementName() |
java.lang.Long |
getConnectionId() |
java.lang.String |
getExternalDefectId() |
java.lang.String |
getExternalProjectId() |
java.lang.Long |
getId() |
java.lang.String |
getPid() |
java.lang.String |
getStatus() |
java.lang.String |
getSummary() |
java.lang.String |
jsonElementName() |
DefectLink |
setConnectionId(java.lang.Long connectionId)
Sets the id of defect tracking connection in qTest.
|
DefectLink |
setExternalDefectId(java.lang.String externalDefectId)
Sets the id of defect in external defect tracking system.
|
DefectLink |
setExternalProjectId(java.lang.String externalProjectId)
Sets the external project identifier.
|
DefectLink |
setId(java.lang.Long id)
Sets the defect's link identifier.
|
DefectLink |
setPid(java.lang.String pid)
Sets the PID.
|
DefectLink |
setStatus(java.lang.String status)
Sets status.
|
DefectLink |
setSummary(java.lang.String summary)
Sets the defect link summary.
|
DefectLink |
withConnectionId(java.lang.Long connectionId)
Sets the id of defect tracking connection in qTest.
|
DefectLink |
withExternalDefectId(java.lang.String externalDefectId)
Sets the id of defect in external defect tracking system.
|
DefectLink |
withExternalProjectId(java.lang.String externalProjectId)
Sets the external project identifier.
|
DefectLink |
withId(java.lang.Long id)
Sets the defect's link identifier.
|
DefectLink |
withPid(java.lang.String pid)
Sets the PID.
|
DefectLink |
withStatus(java.lang.String status)
Sets defect status.
|
DefectLink |
withSummary(java.lang.String summary)
Sets the defect link summary.
|
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 getId()
public DefectLink setId(java.lang.Long id)
id - the given defect's link identifier to set.public DefectLink withId(java.lang.Long id)
id - the given defect's link identifier to set.public java.lang.String getExternalDefectId()
public DefectLink setExternalDefectId(java.lang.String externalDefectId)
externalDefectId - the id of defect to set.public DefectLink withExternalDefectId(java.lang.String externalDefectId)
externalDefectId - the id of defect to set.public java.lang.Long getConnectionId()
public DefectLink setConnectionId(java.lang.Long connectionId)
connectionId - the given connection identifier to set.public DefectLink withConnectionId(java.lang.Long connectionId)
connectionId - the given connection identifier to set.public java.lang.String getExternalProjectId()
public DefectLink setExternalProjectId(java.lang.String externalProjectId)
externalProjectId - the given external project identifier.public DefectLink withExternalProjectId(java.lang.String externalProjectId)
externalProjectId - the given external project identifier.public DefectLink setSummary(java.lang.String summary)
summary - the given defect link summary.public DefectLink withSummary(java.lang.String summary)
summary - the given summary.defect link instance.public java.lang.String getSummary()
public java.lang.String getPid()
public DefectLink setPid(java.lang.String pid)
pid - the given defect PID.public DefectLink withPid(java.lang.String pid)
pid - the given defect PID.public java.lang.String getStatus()
public DefectLink setStatus(java.lang.String status)
status - the given defect status to set.public DefectLink withStatus(java.lang.String status)
status - the given defect status to set.protected DefectLink clone()
clone in class PropertyContainerpublic java.lang.String elementName()
elementName in class PropertyContainerpublic java.lang.String jsonElementName()
jsonElementName in class PropertyContainer