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

org.sdn.api.service.log.OSALogService Maven / Gradle / Ivy

There is a newer version: 1.2.2.2-RELEASE
Show newest version
package org.sdn.api.service.log;

import org.sdn.api.DefaultOpenClient;
import org.sdn.api.OpenApiException;

/**
 * Created with IntelliJ IDEA.
 * Author: Tao.Wang
 * Date: 2018/12/12
 * Time: 9:59 AM
 * Org : 思笛恩
 * To change this template use File | Settings | File Templates.
 * Description:
 *
 * @author: Tao.Wang
 */
public class OSALogService {

    private DefaultOpenClient openClient;


    public void init(String serverUrl, String appKey, String appSecurety) throws OpenApiException {
        this.openClient = new DefaultOpenClient(serverUrl, appKey, appSecurety);
    }

    

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy