@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-08-08T09:59:25.156Z[Etc/UTC]") public class CreateSystemDtoDto extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSystemDtoDto.StatusEnum
Gets or Sets status
|
| Constructor and Description |
|---|
CreateSystemDtoDto() |
public CreateSystemDtoDto connections(List<Object> connections)
public CreateSystemDtoDto addConnectionsItem(Object connectionsItem)
public CreateSystemDtoDto dateOfCheckVersion(Long dateOfCheckVersion)
public Long getDateOfCheckVersion()
public void setDateOfCheckVersion(Long dateOfCheckVersion)
public CreateSystemDtoDto dateOfLastCheck(Long dateOfLastCheck)
public Long getDateOfLastCheck()
public void setDateOfLastCheck(Long dateOfLastCheck)
public CreateSystemDtoDto description(String description)
public String getDescription()
public void setDescription(String description)
public CreateSystemDtoDto environmentId(UUID environmentId)
@Valid public @Valid UUID getEnvironmentId()
public void setEnvironmentId(UUID environmentId)
public CreateSystemDtoDto externalName(String externalName)
public String getExternalName()
public void setExternalName(String externalName)
public CreateSystemDtoDto externalId(UUID externalId)
@Valid public @Valid UUID getExternalId()
public void setExternalId(UUID externalId)
public CreateSystemDtoDto id(UUID id)
@Valid public @Valid UUID getId()
public void setId(UUID id)
public CreateSystemDtoDto linkToSystemId(UUID linkToSystemId)
@Valid public @Valid UUID getLinkToSystemId()
public void setLinkToSystemId(UUID linkToSystemId)
public CreateSystemDtoDto mergeByName(Boolean mergeByName)
public Boolean getMergeByName()
public void setMergeByName(Boolean mergeByName)
public CreateSystemDtoDto name(String name)
public String getName()
public void setName(String name)
public CreateSystemDtoDto parametersGettingVersion(ParametersGettingVersionDto parametersGettingVersion)
@Valid public @Valid ParametersGettingVersionDto getParametersGettingVersion()
public void setParametersGettingVersion(ParametersGettingVersionDto parametersGettingVersion)
public CreateSystemDtoDto parentSystemId(UUID parentSystemId)
@Valid public @Valid UUID getParentSystemId()
public void setParentSystemId(UUID parentSystemId)
public CreateSystemDtoDto serverITF(Object serverITF)
public Object getServerITF()
public void setServerITF(Object serverITF)
public CreateSystemDtoDto status(CreateSystemDtoDto.StatusEnum status)
public CreateSystemDtoDto.StatusEnum getStatus()
public void setStatus(CreateSystemDtoDto.StatusEnum status)
public CreateSystemDtoDto systemCategoryId(UUID systemCategoryId)
@Valid public @Valid UUID getSystemCategoryId()
public void setSystemCategoryId(UUID systemCategoryId)
public CreateSystemDtoDto version(String version)
public String getVersion()
public void setVersion(String version)
Copyright © 2025. All rights reserved.