Uses of Class
io.gopluslabs.client.model.ContractApproveResponse
-
Packages that use ContractApproveResponse Package Description io.gopluslabs.client.model -
-
Uses of ContractApproveResponse in io.gopluslabs.client.model
Fields in io.gopluslabs.client.model declared as ContractApproveResponse Modifier and Type Field Description private ContractApproveResponseResponseWrapperContractApproveResponse. resultMethods in io.gopluslabs.client.model that return ContractApproveResponse Modifier and Type Method Description ContractApproveResponseContractApproveResponse. addMaliciousBehaviorItem(String maliciousBehaviorItem)ContractApproveResponseContractApproveResponse. contractName(String contractName)ContractApproveResponseContractApproveResponse. creatorAddress(String creatorAddress)ContractApproveResponseContractApproveResponse. deployedTime(Long deployedTime)ContractApproveResponseContractApproveResponse. doubtList(Integer doubtList)ContractApproveResponseResponseWrapperContractApproveResponse. getResult()Get resultContractApproveResponseContractApproveResponse. isContract(Integer isContract)ContractApproveResponseContractApproveResponse. isOpenSource(Integer isOpenSource)ContractApproveResponseContractApproveResponse. isProxy(Integer isProxy)ContractApproveResponseContractApproveResponse. maliciousBehavior(List<String> maliciousBehavior)ContractApproveResponseContractApproveResponse. tag(String tag)ContractApproveResponseContractApproveResponse. trustList(Integer trustList)Methods in io.gopluslabs.client.model with parameters of type ContractApproveResponse Modifier and Type Method Description ResponseWrapperContractApproveResponseResponseWrapperContractApproveResponse. result(ContractApproveResponse result)voidResponseWrapperContractApproveResponse. setResult(ContractApproveResponse result)
-