com.dahuatech.icc.oauth.model.v202010.GeneralResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk-oauth Show documentation
Show all versions of java-sdk-oauth Show documentation
Dahua ICC Open API SDK for Java
package com.dahuatech.icc.oauth.model.v202010;
import com.dahuatech.icc.oauth.http.IccResponse;
/**
* 通用response,调用getResult 获取结果
*
* @author 232676
* @since 1.0.0 2020/11/18 9:58
*/
public class GeneralResponse extends IccResponse {}