public class TestingbotBuild extends Object
| Constructor | Description |
|---|---|
TestingbotBuild() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getBuildIdentifier() |
|
String |
getCreatedAtDate() |
|
int |
getId() |
|
String |
getUpdatedAtDate() |
|
void |
setBuildIdentifier(String buildIdentifier) |
|
void |
setCreatedAtDate(String createdAtDate) |
|
void |
setId(int id) |
|
void |
setUpdatedAtDate(String updatedAtDate) |
public int getId()
public void setId(int id)
id - the id to setpublic String getBuildIdentifier()
public void setBuildIdentifier(String buildIdentifier)
buildIdentifier - the buildIdentifier to setpublic String getCreatedAtDate()
public void setCreatedAtDate(String createdAtDate)
createdAtDate - the createdAtDate to setpublic String getUpdatedAtDate()
public void setUpdatedAtDate(String updatedAtDate)
updatedAtDate - the updatedAtDate to setCopyright © 2018 TestingBot. All rights reserved.