public class CreateRepositoryDTO extends DtoSupport
| Constructor and Description |
|---|
CreateRepositoryDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
boolean |
isCreate_empty_commit() |
void |
setCreate_empty_commit(boolean create_empty_commit) |
void |
setDescription(String description) |
void |
setName(String name) |
getAdditionalProperties, setAdditionalPropertypublic String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public boolean isCreate_empty_commit()
public void setCreate_empty_commit(boolean create_empty_commit)
Copyright © 2011–2017 Red Hat. All rights reserved.