Class LaunchesTableContent
- java.lang.Object
-
- com.epam.ta.reportportal.entity.widget.content.AbstractLaunchStatisticsContent
-
- com.epam.ta.reportportal.entity.widget.content.LaunchesTableContent
-
- All Implemented Interfaces:
java.io.Serializable
public class LaunchesTableContent extends AbstractLaunchStatisticsContent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LaunchesTableContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<com.epam.ta.reportportal.ws.model.attribute.ItemAttributeResource>getAttributes()java.util.Map<java.lang.String,java.lang.String>getValues()voidsetAttributes(java.util.Set<com.epam.ta.reportportal.ws.model.attribute.ItemAttributeResource> attributes)voidsetValues(java.util.Map<java.lang.String,java.lang.String> values)-
Methods inherited from class com.epam.ta.reportportal.entity.widget.content.AbstractLaunchStatisticsContent
getId, getName, getNumber, getStartTime, setId, setName, setNumber, setStartTime, toString
-
-
-
-
Method Detail
-
getAttributes
public java.util.Set<com.epam.ta.reportportal.ws.model.attribute.ItemAttributeResource> getAttributes()
-
setAttributes
public void setAttributes(java.util.Set<com.epam.ta.reportportal.ws.model.attribute.ItemAttributeResource> attributes)
-
getValues
public java.util.Map<java.lang.String,java.lang.String> getValues()
-
setValues
public void setValues(java.util.Map<java.lang.String,java.lang.String> values)
-
-