| | |
| | | return "ResourceFile(tenantId=" + getTenantId() + ", displayName=" + getDisplayName() + ", contentLength=" + getContentLength() + ", contentType=" + getContentType() + ", suffix=" + getSuffix() + ", objectKey=" + getObjectKey() + ", contentMd5=" + getContentMd5() + ", fileType=" + getFileType() + ", resourceId=" + getResourceId() + ")"; |
| | | } |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/dnc/entity/ResourceFile$ResourceFileBuilder.class */ |
| | | |
| | | public static class ResourceFileBuilder { |
| | | private String tenantId; |
| | | private String displayName; |