public class Product extends Object
| Constructor and Description |
|---|
Product() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the id of the product test plan.
|
Timestamp |
getLastFailureTimestamp()
Returns the last failure timestamp of the product build.
|
Timestamp |
getLastSuccessTimestamp()
Returns the last success timestamp of the product build.
|
String |
getName()
Returns the product name of the product test plan.
|
void |
setId(String id)
Sets the id of the product test plan.
|
void |
setLastFailureTimestamp(Timestamp lastFailureTimestamp)
Sets the last failure timestamp of the product build.
|
void |
setLastSuccessTimestamp(Timestamp lastSuccessTimestamp)
Sets the last success timestamp of the product build.
|
void |
setName(String name)
Sets the product name of the product test plan.
|
public String getId()
public void setId(String id)
id - product test plan idpublic String getName()
public void setName(String name)
name - product test plan product namepublic Timestamp getLastSuccessTimestamp()
public void setLastSuccessTimestamp(Timestamp lastSuccessTimestamp)
lastSuccessTimestamp - timestamppublic Timestamp getLastFailureTimestamp()
public void setLastFailureTimestamp(Timestamp lastFailureTimestamp)
lastFailureTimestamp - timestampCopyright © 2019 WSO2. All rights reserved.