com.volcengine.service.gameProtect.GameProtectService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
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