com.qcloud.cos.model.ciModel.metaInsight.CreateDatasetBindingResponse 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 CreateDatasetBindingResponse extends CiServiceResult {
/**
*请求ID
*/
private String requestId;
/**
*绑定信息
*/
private Binding binding;
public String getRequestId() { return requestId; }
public void setRequestId(String requestId) { this.requestId = requestId; }
public Binding getBinding() { return binding; }
public void setBinding(Binding binding) { this.binding = binding; }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy