Uses of Class
io.gopluslabs.client.model.ResponseWrapperDappContractSecurityResponse
-
Packages that use ResponseWrapperDappContractSecurityResponse Package Description io.gopluslabs.client.api io.gopluslabs.client.model io.gopluslabs.client.response -
-
Uses of ResponseWrapperDappContractSecurityResponse in io.gopluslabs.client.api
Methods in io.gopluslabs.client.api that return ResponseWrapperDappContractSecurityResponse Modifier and Type Method Description ResponseWrapperDappContractSecurityResponseDappControllerApi. getDappInfoUsingGET(String authorization, String url)Check risk of dapp through URLMethods in io.gopluslabs.client.api that return types with arguments of type ResponseWrapperDappContractSecurityResponse Modifier and Type Method Description ApiResponse<ResponseWrapperDappContractSecurityResponse>DappControllerApi. getDappInfoUsingGETWithHttpInfo(String authorization, String url)Check risk of dapp through URLMethod parameters in io.gopluslabs.client.api with type arguments of type ResponseWrapperDappContractSecurityResponse Modifier and Type Method Description com.squareup.okhttp.CallDappControllerApi. getDappInfoUsingGETAsync(String authorization, String url, ApiCallback<ResponseWrapperDappContractSecurityResponse> callback)Check risk of dapp through URL (asynchronously) -
Uses of ResponseWrapperDappContractSecurityResponse in io.gopluslabs.client.model
Methods in io.gopluslabs.client.model that return ResponseWrapperDappContractSecurityResponse Modifier and Type Method Description ResponseWrapperDappContractSecurityResponseResponseWrapperDappContractSecurityResponse. code(Integer code)ResponseWrapperDappContractSecurityResponseResponseWrapperDappContractSecurityResponse. message(String message)ResponseWrapperDappContractSecurityResponseResponseWrapperDappContractSecurityResponse. result(DappContractSecurityResponse result) -
Uses of ResponseWrapperDappContractSecurityResponse in io.gopluslabs.client.response
Methods in io.gopluslabs.client.response with parameters of type ResponseWrapperDappContractSecurityResponse Modifier and Type Method Description static DappContractSecurityDappContractSecurity. of(ResponseWrapperDappContractSecurityResponse response)Constructors in io.gopluslabs.client.response with parameters of type ResponseWrapperDappContractSecurityResponse Constructor Description DappContractSecurity(ResponseWrapperDappContractSecurityResponse value)
-