Package io.gopluslabs.client.model
Class ResponseWrapperAddressContractResult
- java.lang.Object
-
- io.gopluslabs.client.model.ResponseWrapperAddressContractResult
-
public class ResponseWrapperAddressContractResult extends Object
Response result
-
-
Field Summary
Fields Modifier and Type Field Description private StringblacklistDoubtprivate StringblackmailActivitiesprivate StringcontractAddressprivate Stringcybercrimeprivate StringdarkwebTransactionsprivate StringdataSourceprivate StringfakeKycprivate StringfinancialCrimeprivate StringhoneypotRelatedAddressprivate StringmaliciousMiningActivitiesprivate Stringmixerprivate StringmoneyLaunderingprivate StringnumberOfMaliciousContractsCreatedprivate StringphishingActivitiesprivate Stringsanctionedprivate StringstealingAttack
-
Constructor Summary
Constructors Constructor Description ResponseWrapperAddressContractResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseWrapperAddressContractResultblacklistDoubt(String blacklistDoubt)ResponseWrapperAddressContractResultblackmailActivities(String blackmailActivities)ResponseWrapperAddressContractResultcontractAddress(String contractAddress)ResponseWrapperAddressContractResultcybercrime(String cybercrime)ResponseWrapperAddressContractResultdarkwebTransactions(String darkwebTransactions)ResponseWrapperAddressContractResultdataSource(String dataSource)booleanequals(Object o)ResponseWrapperAddressContractResultfakeKyc(String fakeKyc)ResponseWrapperAddressContractResultfinancialCrime(String financialCrime)StringgetBlacklistDoubt()It describes whether this address is suspected of malicious behaviorStringgetBlackmailActivities()It describes whether this address has implemented blackmail activitiesStringgetContractAddress()It describes whether this address is a contract addressStringgetCybercrime()It describes whether this address is involved in cybercrimeStringgetDarkwebTransactions()It describes whether this address is involved in darkweb transactionsStringgetDataSource()It describes the data source for this address information.StringgetFakeKyc()It describes whether this address is involved in fake KYCStringgetFinancialCrime()It describes whether this address is involved in financial crimeStringgetHoneypotRelatedAddress()It describes whether this address is related to honeypot tokens or has created scam tokensStringgetMaliciousMiningActivities()It describes whether this address is involved in malicious mining activitiesStringgetMixer()It describes whether this address is coin mixer addressStringgetMoneyLaundering()It describes whether this address is involved in money launderingStringgetNumberOfMaliciousContractsCreated()This parameter describes how many malicious contracts have been created by this address.StringgetPhishingActivities()It describes whether this address has implemented phishing activitiesStringgetSanctioned()It describes whether this address is coin sanctioned addressStringgetStealingAttack()It describes whether this address has implemented stealing attacksinthashCode()ResponseWrapperAddressContractResulthoneypotRelatedAddress(String honeypotRelatedAddress)ResponseWrapperAddressContractResultmaliciousMiningActivities(String maliciousMiningActivities)ResponseWrapperAddressContractResultmixer(String mixer)ResponseWrapperAddressContractResultmoneyLaundering(String moneyLaundering)ResponseWrapperAddressContractResultnumberOfMaliciousContractsCreated(String numberOfMaliciousContractsCreated)ResponseWrapperAddressContractResultphishingActivities(String phishingActivities)ResponseWrapperAddressContractResultsanctioned(String sanctioned)voidsetBlacklistDoubt(String blacklistDoubt)voidsetBlackmailActivities(String blackmailActivities)voidsetContractAddress(String contractAddress)voidsetCybercrime(String cybercrime)voidsetDarkwebTransactions(String darkwebTransactions)voidsetDataSource(String dataSource)voidsetFakeKyc(String fakeKyc)voidsetFinancialCrime(String financialCrime)voidsetHoneypotRelatedAddress(String honeypotRelatedAddress)voidsetMaliciousMiningActivities(String maliciousMiningActivities)voidsetMixer(String mixer)voidsetMoneyLaundering(String moneyLaundering)voidsetNumberOfMaliciousContractsCreated(String numberOfMaliciousContractsCreated)voidsetPhishingActivities(String phishingActivities)voidsetSanctioned(String sanctioned)voidsetStealingAttack(String stealingAttack)ResponseWrapperAddressContractResultstealingAttack(String stealingAttack)private StringtoIndentedString(Object o)Convert the given object to string with each line indented by 4 spaces (except the first line).StringtoString()
-
-
-
Field Detail
-
cybercrime
@SerializedName("cybercrime") private String cybercrime
-
moneyLaundering
@SerializedName("money_laundering") private String moneyLaundering
-
numberOfMaliciousContractsCreated
@SerializedName("number_of_malicious_contracts_created") private String numberOfMaliciousContractsCreated
-
financialCrime
@SerializedName("financial_crime") private String financialCrime
-
darkwebTransactions
@SerializedName("darkweb_transactions") private String darkwebTransactions
-
phishingActivities
@SerializedName("phishing_activities") private String phishingActivities
-
contractAddress
@SerializedName("contract_address") private String contractAddress
-
fakeKyc
@SerializedName("fake_kyc") private String fakeKyc
-
blacklistDoubt
@SerializedName("blacklist_doubt") private String blacklistDoubt
-
dataSource
@SerializedName("data_source") private String dataSource
-
stealingAttack
@SerializedName("stealing_attack") private String stealingAttack
-
blackmailActivities
@SerializedName("blackmail_activities") private String blackmailActivities
-
sanctioned
@SerializedName("sanctioned") private String sanctioned
-
maliciousMiningActivities
@SerializedName("malicious_mining_activities") private String maliciousMiningActivities
-
mixer
@SerializedName("mixer") private String mixer
-
honeypotRelatedAddress
@SerializedName("honeypot_related_address") private String honeypotRelatedAddress
-
-
Method Detail
-
cybercrime
public ResponseWrapperAddressContractResult cybercrime(String cybercrime)
-
getCybercrime
public String getCybercrime()
It describes whether this address is involved in cybercrime. \"1\" means true; \"0\" means false.- Returns:
- cybercrime
-
setCybercrime
public void setCybercrime(String cybercrime)
-
moneyLaundering
public ResponseWrapperAddressContractResult moneyLaundering(String moneyLaundering)
-
getMoneyLaundering
public String getMoneyLaundering()
It describes whether this address is involved in money laundering. \"1\" means true; \"0\" means false.- Returns:
- moneyLaundering
-
setMoneyLaundering
public void setMoneyLaundering(String moneyLaundering)
-
numberOfMaliciousContractsCreated
public ResponseWrapperAddressContractResult numberOfMaliciousContractsCreated(String numberOfMaliciousContractsCreated)
-
getNumberOfMaliciousContractsCreated
public String getNumberOfMaliciousContractsCreated()
This parameter describes how many malicious contracts have been created by this address.- Returns:
- numberOfMaliciousContractsCreated
-
setNumberOfMaliciousContractsCreated
public void setNumberOfMaliciousContractsCreated(String numberOfMaliciousContractsCreated)
-
financialCrime
public ResponseWrapperAddressContractResult financialCrime(String financialCrime)
-
getFinancialCrime
public String getFinancialCrime()
It describes whether this address is involved in financial crime. \"1\" means true; \"0\" means false.- Returns:
- financialCrime
-
setFinancialCrime
public void setFinancialCrime(String financialCrime)
-
darkwebTransactions
public ResponseWrapperAddressContractResult darkwebTransactions(String darkwebTransactions)
-
getDarkwebTransactions
public String getDarkwebTransactions()
It describes whether this address is involved in darkweb transactions. \"1\" means true; \"0\" means false.- Returns:
- darkwebTransactions
-
setDarkwebTransactions
public void setDarkwebTransactions(String darkwebTransactions)
-
phishingActivities
public ResponseWrapperAddressContractResult phishingActivities(String phishingActivities)
-
getPhishingActivities
public String getPhishingActivities()
It describes whether this address has implemented phishing activities. \"1\" means true; \"0\" means false.- Returns:
- phishingActivities
-
setPhishingActivities
public void setPhishingActivities(String phishingActivities)
-
contractAddress
public ResponseWrapperAddressContractResult contractAddress(String contractAddress)
-
getContractAddress
public String getContractAddress()
It describes whether this address is a contract address. \"1\" means true; \"0\" means false.(Notice:If only the address is sent to the API and not the chain id, the \"contract_address\" will not be returned (This is because there are cases where the same address is a contract in one public chain but not in other public chains.) Determining the contract address is achieved by calling a third-party blockchain browser interface. Since it takes time for the browser interface to return, the field may be empty on the first request. Solution: the second call around 5s can return whether the address is the value of the contract normally.)- Returns:
- contractAddress
-
setContractAddress
public void setContractAddress(String contractAddress)
-
fakeKyc
public ResponseWrapperAddressContractResult fakeKyc(String fakeKyc)
-
getFakeKyc
public String getFakeKyc()
It describes whether this address is involved in fake KYC. \"1\" means true; \"0\" means false.- Returns:
- fakeKyc
-
setFakeKyc
public void setFakeKyc(String fakeKyc)
-
blacklistDoubt
public ResponseWrapperAddressContractResult blacklistDoubt(String blacklistDoubt)
-
getBlacklistDoubt
public String getBlacklistDoubt()
It describes whether this address is suspected of malicious behavior. \"1\" means true; \"0\" means false.- Returns:
- blacklistDoubt
-
setBlacklistDoubt
public void setBlacklistDoubt(String blacklistDoubt)
-
dataSource
public ResponseWrapperAddressContractResult dataSource(String dataSource)
-
getDataSource
public String getDataSource()
It describes the data source for this address information. For example: GoPlus/SlowMist- Returns:
- dataSource
-
setDataSource
public void setDataSource(String dataSource)
-
stealingAttack
public ResponseWrapperAddressContractResult stealingAttack(String stealingAttack)
-
getStealingAttack
public String getStealingAttack()
It describes whether this address has implemented stealing attacks. \"1\" means true; \"0\" means false.- Returns:
- stealingAttack
-
setStealingAttack
public void setStealingAttack(String stealingAttack)
-
blackmailActivities
public ResponseWrapperAddressContractResult blackmailActivities(String blackmailActivities)
-
getBlackmailActivities
public String getBlackmailActivities()
It describes whether this address has implemented blackmail activities. \"1\" means true; \"0\" means false.- Returns:
- blackmailActivities
-
setBlackmailActivities
public void setBlackmailActivities(String blackmailActivities)
-
sanctioned
public ResponseWrapperAddressContractResult sanctioned(String sanctioned)
-
getSanctioned
public String getSanctioned()
It describes whether this address is coin sanctioned address. \"1\" means true; \"0\" means false.- Returns:
- sanctioned
-
setSanctioned
public void setSanctioned(String sanctioned)
-
maliciousMiningActivities
public ResponseWrapperAddressContractResult maliciousMiningActivities(String maliciousMiningActivities)
-
getMaliciousMiningActivities
public String getMaliciousMiningActivities()
It describes whether this address is involved in malicious mining activities. \"1\" means true; \"0\" means false.- Returns:
- maliciousMiningActivities
-
setMaliciousMiningActivities
public void setMaliciousMiningActivities(String maliciousMiningActivities)
-
mixer
public ResponseWrapperAddressContractResult mixer(String mixer)
-
getMixer
public String getMixer()
It describes whether this address is coin mixer address. \"1\" means true; \"0\" means false.(Notice:Interacting with coin mixer may result in your address being added to the risk list of third-party institutions.)- Returns:
- mixer
-
setMixer
public void setMixer(String mixer)
-
honeypotRelatedAddress
public ResponseWrapperAddressContractResult honeypotRelatedAddress(String honeypotRelatedAddress)
-
getHoneypotRelatedAddress
public String getHoneypotRelatedAddress()
It describes whether this address is related to honeypot tokens or has created scam tokens. \"1\" means true; \"0\" means false.(Notice:Addresses related to honeypot mean the creators or owners of the honeypot tokens. This is a dangerous address if the address is ralated to honeypot tokens.)- Returns:
- honeypotRelatedAddress
-
setHoneypotRelatedAddress
public void setHoneypotRelatedAddress(String honeypotRelatedAddress)
-
-