Class DataSetListDto
java.lang.Object
org.qubership.atp.dataset.controllers.api.dto.testplans.DataSetListDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-09-03T07:08:34.266172207Z[Etc/UTC]")
public class DataSetListDto
extends Object
DataSetListDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributesItem(AttributeDto attributesItem) addDataSetsItem(Object dataSetsItem) addLabelsItem(LabelDto labelsItem) attributes(List<AttributeDto> attributes) createdWhen(OffsetDateTime createdWhen) boolean@Valid List<AttributeDto> Get attributes@Valid UUIDGet createdBy@Valid OffsetDateTimeGet createdWhenGet dataSets@NotNull @Valid UUIDgetId()Get idGet labels@Valid UUIDGet modifiedBy@Valid OffsetDateTimeGet modifiedWhen@NotNull StringgetName()Get name@Valid TestPlanDtoGet testPlan@NotNull @Valid VisibilityAreaDtoGet visibilityAreainthashCode()modifiedBy(UUID modifiedBy) modifiedWhen(OffsetDateTime modifiedWhen) voidsetAttributes(List<AttributeDto> attributes) voidsetCreatedBy(UUID createdBy) voidsetCreatedWhen(OffsetDateTime createdWhen) voidsetDataSets(List<Object> dataSets) voidvoidvoidsetModifiedBy(UUID modifiedBy) voidsetModifiedWhen(OffsetDateTime modifiedWhen) voidvoidsetTestPlan(TestPlanDto testPlan) voidsetVisibilityArea(VisibilityAreaDto visibilityArea) testPlan(TestPlanDto testPlan) toString()visibilityArea(VisibilityAreaDto visibilityArea)
-
Constructor Details
-
DataSetListDto
public DataSetListDto()
-
-
Method Details
-
attributes
-
addAttributesItem
-
getAttributes
Get attributes- Returns:
- attributes
-
setAttributes
-
createdBy
-
getCreatedBy
Get createdBy- Returns:
- createdBy
-
setCreatedBy
-
createdWhen
-
getCreatedWhen
Get createdWhen- Returns:
- createdWhen
-
setCreatedWhen
-
dataSets
-
addDataSetsItem
-
getDataSets
Get dataSets- Returns:
- dataSets
-
setDataSets
-
id
-
getId
Get id- Returns:
- id
-
setId
-
labels
-
addLabelsItem
-
getLabels
Get labels- Returns:
- labels
-
setLabels
-
modifiedBy
-
getModifiedBy
Get modifiedBy- Returns:
- modifiedBy
-
setModifiedBy
-
modifiedWhen
-
getModifiedWhen
Get modifiedWhen- Returns:
- modifiedWhen
-
setModifiedWhen
-
name
-
getName
Get name- Returns:
- name
-
setName
-
testPlan
-
getTestPlan
Get testPlan- Returns:
- testPlan
-
setTestPlan
-
visibilityArea
-
getVisibilityArea
Get visibilityArea- Returns:
- visibilityArea
-
setVisibilityArea
-
equals
-
hashCode
public int hashCode() -
toString
-