@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-05-29T10:07:43.604473306Z[Etc/UTC]") public class DappContractSecurityResponse extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private List<AuditInfo> |
auditInfo |
private List<ContractsSecurity> |
contractsSecurity |
private Integer |
isAudit |
private String |
projectName |
private Integer |
trustList |
private String |
url |
| 构造器和说明 |
|---|
DappContractSecurityResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
DappContractSecurityResponse |
addAuditInfoItem(AuditInfo auditInfoItem) |
DappContractSecurityResponse |
addContractsSecurityItem(ContractsSecurity contractsSecurityItem) |
DappContractSecurityResponse |
auditInfo(List<AuditInfo> auditInfo) |
DappContractSecurityResponse |
contractsSecurity(List<ContractsSecurity> contractsSecurity) |
boolean |
equals(Object o) |
List<AuditInfo> |
getAuditInfo()
audit info(Notice:When the dApp was not audited, (\"is_audit\"=0), it will return \"null\".If there are multiple audit reports, the information of the latest audit report is displayed.)
|
List<ContractsSecurity> |
getContractsSecurity()
Get contractsSecurity
|
Integer |
getIsAudit()
It describes whether the dApp was audited by a reputable audit firm.
|
String |
getProjectName()
It describes the dApp project name.
|
Integer |
getTrustList()
It describes whether the dapp is a famous and trustworthy one.
|
String |
getUrl()
It describes the dApp's website link.
|
int |
hashCode() |
DappContractSecurityResponse |
isAudit(Integer isAudit) |
DappContractSecurityResponse |
projectName(String projectName) |
void |
setAuditInfo(List<AuditInfo> auditInfo) |
void |
setContractsSecurity(List<ContractsSecurity> contractsSecurity) |
void |
setIsAudit(Integer isAudit) |
void |
setProjectName(String projectName) |
void |
setTrustList(Integer trustList) |
void |
setUrl(String url) |
private String |
toIndentedString(Object o)
Convert the given object to string with each line indented by 4 spaces
(except the first line).
|
String |
toString() |
DappContractSecurityResponse |
trustList(Integer trustList) |
DappContractSecurityResponse |
url(String url) |
@SerializedName(value="contracts_security") private List<ContractsSecurity> contractsSecurity
@SerializedName(value="is_audit") private Integer isAudit
@SerializedName(value="project_name") private String projectName
@SerializedName(value="trust_list") private Integer trustList
@SerializedName(value="url") private String url
public DappContractSecurityResponse auditInfo(List<AuditInfo> auditInfo)
public DappContractSecurityResponse addAuditInfoItem(AuditInfo auditInfoItem)
public List<AuditInfo> getAuditInfo()
public DappContractSecurityResponse contractsSecurity(List<ContractsSecurity> contractsSecurity)
public DappContractSecurityResponse addContractsSecurityItem(ContractsSecurity contractsSecurityItem)
public List<ContractsSecurity> getContractsSecurity()
public void setContractsSecurity(List<ContractsSecurity> contractsSecurity)
public DappContractSecurityResponse isAudit(Integer isAudit)
public Integer getIsAudit()
public void setIsAudit(Integer isAudit)
public DappContractSecurityResponse projectName(String projectName)
public String getProjectName()
public void setProjectName(String projectName)
public DappContractSecurityResponse trustList(Integer trustList)
public Integer getTrustList()
public void setTrustList(Integer trustList)
public DappContractSecurityResponse url(String url)
public String getUrl()
public void setUrl(String url)
Copyright © 2023. All rights reserved.