Class FileMetaData.FileMetaDataBuilder
java.lang.Object
com.gsitm.ustra.java.data.file.model.FileMetaData.FileMetaDataBuilder
- Enclosing class:
- FileMetaData
-
Method Summary
Modifier and TypeMethodDescription접근 URLbuild()fileCryptoSecret(String fileCryptoSecret) 파일 암호화 키fileCryptoType(FileCryptoType fileCryptoType) 파일 암호화 유형파일 설명파일 확장자파일 그룹 아이디파일 아이디파일 명파일 순서파일 경로파일 사이즈lastModifyDttm(LocalDateTime lastModifyDttm) 마지막 업데이트 일시기존 파일 확장자기존 파일명기존 파일 경로기존 파일 사이즈resource(org.springframework.core.io.Resource resource) 파일 리소스 데이터toString()uploadType(UploadType uploadType) 업로드 타입
-
Method Details
-
fileName
파일 명- Returns:
this.
-
filePath
파일 경로- Returns:
this.
-
fileExt
파일 확장자- Returns:
this.
-
fileSize
파일 사이즈- Returns:
this.
-
orgName
기존 파일명- Returns:
this.
-
orgPath
기존 파일 경로- Returns:
this.
-
orgExt
기존 파일 확장자- Returns:
this.
-
orgSize
기존 파일 사이즈- Returns:
this.
-
resource
파일 리소스 데이터- Returns:
this.
-
fileId
파일 아이디- Returns:
this.
-
fileNo
파일 순서- Returns:
this.
-
uploadType
업로드 타입- Returns:
this.
-
fileGrpId
파일 그룹 아이디- Returns:
this.
-
fileCryptoType
파일 암호화 유형- Returns:
this.
-
fileCryptoSecret
파일 암호화 키- Returns:
this.
-
accessUrl
접근 URL- Returns:
this.
-
fileDesc
파일 설명- Returns:
this.
-
lastModifyDttm
마지막 업데이트 일시- Returns:
this.
-
build
-
toString
-