Package org.aoju.bus.gitlab.models
Class ImportStatus
java.lang.Object
org.aoju.bus.gitlab.models.ImportStatus
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnum representing the status of the import. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()getPath()voidsetCreatedAt(Date createdAt) voidsetDescription(String description) voidvoidsetImportError(String importError) voidsetImportStatus(ImportStatus.Status importStatus) voidvoidsetNameWithNamespace(String nameWithNamespace) voidvoidsetPathWithNamespace(String pathWithNamespace) toString()
-
Constructor Details
-
ImportStatus
public ImportStatus()
-
-
Method Details
-
getId
-
setId
-
getDescription
-
setDescription
-
getName
-
setName
-
getNameWithNamespace
-
setNameWithNamespace
-
getPath
-
setPath
-
getPathWithNamespace
-
setPathWithNamespace
-
getCreatedAt
-
setCreatedAt
-
getImportStatus
-
setImportStatus
-
getImportError
-
setImportError
-
toString
-