com.aliyuncs.imm.model.v20200930.GetFileMetaResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aliyun-java-sdk-imm Show documentation
Show all versions of aliyun-java-sdk-imm Show documentation
Aliyun Open API SDK for Java
Copyright (C) Alibaba Cloud Computing
All rights reserved.
版权所有 (C)阿里云计算有限公司
http://www.aliyun.com
The newest version!
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.imm.model.v20200930;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.imm.transform.v20200930.GetFileMetaResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetFileMetaResponse extends AcsResponse {
private String requestId;
private List files;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List getFiles() {
return this.files;
}
public void setFiles(List files) {
this.files = files;
}
public static class FilesItem {
private String ownerId;
private String projectName;
private String datasetName;
private String objectType;
private String objectId;
private String updateTime;
private String createTime;
private String uRI;
private String oSSURI;
private String filename;
private String mediaType;
private String contentType;
private Long size;
private String fileHash;
private String fileModifiedTime;
private String fileCreateTime;
private String fileAccessTime;
private String produceTime;
private String latLong;
private String timezone;
private String travelClusterId;
private Long orientation;
private Long figureCount;
private String title;
private Long imageWidth;
private Long imageHeight;
private String eXIF;
private Long videoWidth;
private Long videoHeight;
private String artist;
private String albumArtist;
private String composer;
private String performer;
private String language;
private String album;
private Long pageCount;
private String documentText;
private String eTag;
private String cacheControl;
private String contentDisposition;
private String contentEncoding;
private String contentLanguage;
private String accessControlAllowOrigin;
private String accessControlRequestMethod;
private String serverSideEncryptionCustomerAlgorithm;
private String serverSideEncryption;
private String serverSideDataEncryption;
private String serverSideEncryptionKeyId;
private String oSSStorageClass;
private String oSSCRC64;
private String objectACL;
private String contentMd5;
private Map
© 2015 - 2025 Weber Informatics LLC | Privacy Policy