Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REST_BASE_PATH
'teststeps' the base path to access entity
|
filterForUpdateMethod
filterForToStringMethod
Constructor and Description |
---|
Teststep() |
Teststep(java.lang.Long testcaseId,
java.lang.Long statusId,
java.lang.String logMessage) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getId()
The ID of this model in the repository
|
java.lang.String |
getLogMessage() |
java.lang.String |
getRestPath()
The base REST path to make request to this model entity.
|
java.lang.Long |
getStatusId() |
java.lang.Long |
getTestcaseId() |
void |
setId(java.lang.Long id) |
void |
setLogMessage(java.lang.String logMessage) |
void |
setStatusId(java.lang.Long statusId) |
void |
setTestcaseId(java.lang.Long testcaseId) |
getFieldNamesIgnoredByToStringMethod, getFieldNamesIgnoredByUpdateMethod, update
toString
public static final java.lang.String REST_BASE_PATH
public Teststep()
public Teststep(java.lang.Long testcaseId, java.lang.Long statusId, java.lang.String logMessage)
testcaseId
- statusId
- logMessage
- public java.lang.Long getId()
RestModel
public void setId(java.lang.Long id)
id
- the id to setpublic java.lang.Long getTestcaseId()
public void setTestcaseId(java.lang.Long testcaseId)
testcaseId
- the testcaseId to setpublic java.lang.Long getStatusId()
public void setStatusId(java.lang.Long statusId)
statusId
- the statusId to setpublic java.lang.String getLogMessage()
public void setLogMessage(java.lang.String logMessage)
logMessage
- the logMessage to setpublic java.lang.String getRestPath()
RestModel
getRestPath
in interface RestModel
Copyright © SAS Institute. All Rights Reserved.