All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.dc.opplat.sdk.api.OpplatClient Maven / Gradle / Ivy

Go to download

Aliyun Open API SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com

The newest version!
/**
 * Alipay.com Inc. Copyright (c) 2004-2020 All Rights Reserved.
 */
package com.aliyun.dc.opplat.sdk.api;

import com.aliyun.dc.opplat.sdk.api.exception.OpplatApiException;
import com.aliyun.dc.opplat.sdk.api.request.OpplatRequest;
import com.aliyun.dc.opplat.sdk.api.response.BaseOpplatResponse;

/**
 * 开放平台的Client端
 *
 * @author changlei.qcl
 * @version $Id: OpOplatClient.java, v 0.1 2020年07月28日 2:26 PM changlei.qcl Exp $
 */
public interface OpplatClient {

    /**
     * @param 
     * @param request
     * @return
     * @throws OpplatApiException
     */
     T execute(OpplatRequest request) throws OpplatApiException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy