com.qcloud.cos.model.ciModel.metaInsight.UpdateFileMetaIndexResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cos_api-bundle Show documentation
Show all versions of cos_api-bundle Show documentation
A single bundled dependency that includes all service and dependent JARs with third-party libraries
relocated to different namespaces.
package com.qcloud.cos.model.ciModel.metaInsight;
import com.qcloud.cos.model.CiServiceResult;
public class UpdateFileMetaIndexResponse extends CiServiceResult {
/**
*请求ID
*/
private String requestId;
/**
*创建元数据索引的任务ID
*/
private String eventId;
public String getRequestId() { return requestId; }
public void setRequestId(String requestId) { this.requestId = requestId; }
public String getEventId() { return eventId; }
public void setEventId(String eventId) { this.eventId = eventId; }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy