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

com.volcengine.service.gameProtect.GameProtectService Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.service.gameProtect;

import com.volcengine.model.request.GameProtectRiskResultRequest;
import com.volcengine.model.response.GameProtectRiskReusltResponse;
import com.volcengine.service.IBaseService;

/**
 * The interface game protect service.
 */
public interface GameProtectService extends IBaseService {
    /**
     * Game Protect
     *
     * @param gameProtectRiskResultRequest game protect request
     * @return game protect response
     * @throws Exception the exception
     */
    GameProtectRiskReusltResponse RiskResult(GameProtectRiskResultRequest gameProtectRiskResultRequest) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy