private File()

in imm-20200930/src/main/java/com/aliyun/sdk/service/imm20200930/models/File.java [269:353]


    private File(Builder builder) {
        this.accessControlAllowOrigin = builder.accessControlAllowOrigin;
        this.accessControlRequestMethod = builder.accessControlRequestMethod;
        this.addresses = builder.addresses;
        this.album = builder.album;
        this.albumArtist = builder.albumArtist;
        this.artist = builder.artist;
        this.audioCovers = builder.audioCovers;
        this.audioStreams = builder.audioStreams;
        this.bitrate = builder.bitrate;
        this.cacheControl = builder.cacheControl;
        this.composer = builder.composer;
        this.contentDisposition = builder.contentDisposition;
        this.contentEncoding = builder.contentEncoding;
        this.contentLanguage = builder.contentLanguage;
        this.contentMd5 = builder.contentMd5;
        this.contentType = builder.contentType;
        this.createTime = builder.createTime;
        this.croppingSuggestions = builder.croppingSuggestions;
        this.customId = builder.customId;
        this.customLabels = builder.customLabels;
        this.datasetName = builder.datasetName;
        this.duration = builder.duration;
        this.eTag = builder.eTag;
        this.EXIF = builder.EXIF;
        this.elements = builder.elements;
        this.figureCount = builder.figureCount;
        this.figures = builder.figures;
        this.fileAccessTime = builder.fileAccessTime;
        this.fileCreateTime = builder.fileCreateTime;
        this.fileHash = builder.fileHash;
        this.fileModifiedTime = builder.fileModifiedTime;
        this.filename = builder.filename;
        this.formatLongName = builder.formatLongName;
        this.formatName = builder.formatName;
        this.imageHeight = builder.imageHeight;
        this.imageScore = builder.imageScore;
        this.imageWidth = builder.imageWidth;
        this.labels = builder.labels;
        this.language = builder.language;
        this.latLong = builder.latLong;
        this.mediaType = builder.mediaType;
        this.OCRContents = builder.OCRContents;
        this.OCRTexts = builder.OCRTexts;
        this.OSSCRC64 = builder.OSSCRC64;
        this.OSSDeleteMarker = builder.OSSDeleteMarker;
        this.OSSExpiration = builder.OSSExpiration;
        this.OSSObjectType = builder.OSSObjectType;
        this.OSSStorageClass = builder.OSSStorageClass;
        this.OSSTagging = builder.OSSTagging;
        this.OSSTaggingCount = builder.OSSTaggingCount;
        this.OSSURI = builder.OSSURI;
        this.OSSUserMeta = builder.OSSUserMeta;
        this.OSSVersionId = builder.OSSVersionId;
        this.objectACL = builder.objectACL;
        this.objectId = builder.objectId;
        this.objectStatus = builder.objectStatus;
        this.objectType = builder.objectType;
        this.orientation = builder.orientation;
        this.ownerId = builder.ownerId;
        this.pageCount = builder.pageCount;
        this.performer = builder.performer;
        this.produceTime = builder.produceTime;
        this.programCount = builder.programCount;
        this.projectName = builder.projectName;
        this.reason = builder.reason;
        this.sceneElements = builder.sceneElements;
        this.semanticTypes = builder.semanticTypes;
        this.serverSideDataEncryption = builder.serverSideDataEncryption;
        this.serverSideEncryption = builder.serverSideEncryption;
        this.serverSideEncryptionCustomerAlgorithm = builder.serverSideEncryptionCustomerAlgorithm;
        this.serverSideEncryptionKeyId = builder.serverSideEncryptionKeyId;
        this.size = builder.size;
        this.startTime = builder.startTime;
        this.streamCount = builder.streamCount;
        this.subtitles = builder.subtitles;
        this.timezone = builder.timezone;
        this.title = builder.title;
        this.travelClusterId = builder.travelClusterId;
        this.URI = builder.URI;
        this.updateTime = builder.updateTime;
        this.videoHeight = builder.videoHeight;
        this.videoStreams = builder.videoStreams;
        this.videoWidth = builder.videoWidth;
    }