public class ChangeSetDto extends Object
Constructor and Description |
---|
ChangeSetDto() |
Modifier and Type | Method and Description |
---|---|
List<ModificationDto> |
getModificationDtos() |
ConfigPropSetDto |
getParentConfigPropSetDto() |
List<RepoFileDto> |
getRepoFileDtos() |
RepositoryDto |
getRepositoryDto() |
void |
setModificationDtos(List<ModificationDto> modificationDtos) |
void |
setParentConfigPropSetDto(ConfigPropSetDto configPropSetDto) |
void |
setRepoFileDtos(List<RepoFileDto> repoFileDtos) |
void |
setRepositoryDto(RepositoryDto repositoryDto) |
protected String |
toString_getProperties() |
String |
toString() |
public ChangeSetDto()
public RepositoryDto getRepositoryDto()
public void setRepositoryDto(RepositoryDto repositoryDto)
public List<ModificationDto> getModificationDtos()
public void setModificationDtos(List<ModificationDto> modificationDtos)
public List<RepoFileDto> getRepoFileDtos()
public void setRepoFileDtos(List<RepoFileDto> repoFileDtos)
public ConfigPropSetDto getParentConfigPropSetDto()
public void setParentConfigPropSetDto(ConfigPropSetDto configPropSetDto)
protected String toString_getProperties()
Copyright © 2013–2019. All rights reserved.