Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REST_BASE_PATH
'histories' the base path to access entity
|
filterForUpdateMethod
filterForToStringMethod
Constructor and Description |
---|
History() |
History(java.lang.Long machineId,
java.lang.Long frameworkId,
java.lang.String userId,
java.lang.String testName,
java.util.Date beginTimestamp,
java.lang.String commandLine) |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getBeginTimestamp() |
java.lang.String |
getCommandLine() |
java.util.Date |
getEndTimestamp() |
java.lang.Long |
getFrameworkId() |
java.lang.Long |
getId()
The ID of this model in the repository
|
java.lang.Long |
getMachineId() |
java.lang.String |
getRestPath()
The base REST path to make request to this model entity.
|
java.lang.String |
getTestName() |
java.lang.String |
getUserId() |
void |
setBeginTimestamp(java.util.Date beginTimestamp) |
void |
setCommandLine(java.lang.String commandLine) |
void |
setEndTimestamp(java.util.Date endTimestamp) |
void |
setFrameworkId(java.lang.Long frameworkId) |
void |
setId(java.lang.Long id) |
void |
setMachineId(java.lang.Long machineId) |
void |
setTestName(java.lang.String testName) |
void |
setUserId(java.lang.String userId) |
getFieldNamesIgnoredByToStringMethod, getFieldNamesIgnoredByUpdateMethod, update
toString
public static final java.lang.String REST_BASE_PATH
public History()
public History(java.lang.Long machineId, java.lang.Long frameworkId, java.lang.String userId, java.lang.String testName, java.util.Date beginTimestamp, java.lang.String commandLine)
machineId
- frameworkId
- userId
- beginTimestamp
- commandLine
- public java.lang.Long getId()
RestModel
public void setId(java.lang.Long id)
id
- the id to setpublic java.lang.Long getMachineId()
public void setMachineId(java.lang.Long machineId)
machineId
- the machineId to setpublic java.lang.Long getFrameworkId()
public void setFrameworkId(java.lang.Long frameworkId)
frameworkId
- the frameworkId to setpublic java.lang.String getUserId()
public void setUserId(java.lang.String userId)
userId
- the userId to setpublic java.util.Date getBeginTimestamp()
public void setBeginTimestamp(java.util.Date beginTimestamp)
public java.util.Date getEndTimestamp()
public void setEndTimestamp(java.util.Date endTimestamp)
public java.lang.String getTestName()
public void setTestName(java.lang.String testName)
public java.lang.String getCommandLine()
public void setCommandLine(java.lang.String commandLine)
commandLine
- the commandLine to setpublic java.lang.String getRestPath()
RestModel
getRestPath
in interface RestModel
Copyright © SAS Institute. All Rights Reserved.