com.qcloud.cos.model.ciModel.metaInsight.DeleteDatasetResponse 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;
import com.thoughtworks.xstream.annotations.XStreamAlias;
import com.thoughtworks.xstream.annotations.XStreamImplicit;
import java.util.List;
public class DeleteDatasetResponse extends CiServiceResult {
/**
*请求ID
*/
private String requestId;
/**
*数据集信息
*/
private Dataset dataset;
public String getRequestId() { return requestId; }
public void setRequestId(String requestId) { this.requestId = requestId; }
public Dataset getDataset() { return dataset; }
public void setDataset(Dataset dataset) { this.dataset = dataset; }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy