Class PackageDetailsRequestPojo
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.rest.project.PackageDetailsRequestPojo
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetFiles()getName()voidremoveFile(String pFilePath) voidsetAddFileFilter(String pAddFileFilter) voidsetDescription(String pDescription) voidsetExcludePath(String pExcludePath) voidsetFiles(List<PackageFilePojo> pFiles) voidsetIncludePath(String pIncludePath) voidvoidsetPackagePath(String pPackagePath) voidsetPackageStatus(String pPackageStatus) voidsetPackageType(String pPackageType) voidsetSortAll(Boolean pSortAll) voidsetVersionSyntax(String pVersionSyntax) voidvalidate(boolean isPostOrPatch)
-
Constructor Details
-
PackageDetailsRequestPojo
public PackageDetailsRequestPojo()
-
-
Method Details
-
setName
-
getName
-
setDescription
-
getDescription
-
setFiles
-
getFiles
-
setSortAll
-
getSortAll
-
setAddFileFilter
-
getAddFileFilter
-
setPackageStatus
-
getPackageStatus
-
setPackageType
-
getPackageType
-
validate
- Throws:
FlexCheckedException
-
removeFile
- Throws:
FlexCheckedException
-
getBiggestSequenceNum
public int getBiggestSequenceNum() -
setIncludePath
-
getIncludePath
-
setExcludePath
-
getExcludePath
-
setPackagePath
-
getPackagePath
-
setVersionSyntax
-
getVersionSyntax
-