| | |
| | | return "File(displayName=" + getDisplayName() + ", parentId=" + getParentId() + ", allPath=" + getAllPath() + ", contentLength=" + getContentLength() + ", contentType=" + getContentType() + ", suffix=" + getSuffix() + ", fileType=" + getFileType() + ", objectKey=" + getObjectKey() + ", contentMd5=" + getContentMd5() + ", isLocked=" + isLocked() + ", owner=" + getOwner() + ", tenantId=" + getTenantId() + ", isCurrent=" + getIsCurrent() + ", coverTime=" + getCoverTime() + ", link=" + getLink() + ", version=" + getVersion() + ", mark=" + getMark() + ")"; |
| | | } |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/dnc/entity/File$FileBuilder.class */ |
| | | |
| | | public static class FileBuilder { |
| | | private String displayName; |
| | | private Long parentId; |