@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-07-06T09:52:32.634171989Z[Etc/UTC]") public class Contracts extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
contractAddress |
private String |
creatorAddress |
private Long |
deploymentTime |
private Integer |
isOpenSource |
private List<Object> |
maliciousBehavior |
private Integer |
maliciousContract |
private Integer |
maliciousCreator |
private List<Object> |
maliciousCreatorBehavior |
| 构造器和说明 |
|---|
Contracts() |
| 限定符和类型 | 方法和说明 |
|---|---|
Contracts |
addMaliciousBehaviorItem(Object maliciousBehaviorItem) |
Contracts |
addMaliciousCreatorBehaviorItem(Object maliciousCreatorBehaviorItem) |
Contracts |
contractAddress(String contractAddress) |
Contracts |
creatorAddress(String creatorAddress) |
Contracts |
deploymentTime(Long deploymentTime) |
boolean |
equals(Object o) |
String |
getContractAddress()
It describes the dAap's contract address.
|
String |
getCreatorAddress()
It describes the creator address of the contract.
|
Long |
getDeploymentTime()
It describes the deployed time of the contract.The value is presented as a timestamp.
|
Integer |
getIsOpenSource()
It describes whether this contract is open source.
|
List<Object> |
getMaliciousBehavior()
It describes specific malicious behaviors of the contract.
|
Integer |
getMaliciousContract()
It describes whether the address is a suspected malicious contract.
|
Integer |
getMaliciousCreator()
It describes whether the creator is a suspected malicious address.
|
List<Object> |
getMaliciousCreatorBehavior()
It describes specific malicious behaviors of the contract creator.
|
int |
hashCode() |
Contracts |
isOpenSource(Integer isOpenSource) |
Contracts |
maliciousBehavior(List<Object> maliciousBehavior) |
Contracts |
maliciousContract(Integer maliciousContract) |
Contracts |
maliciousCreator(Integer maliciousCreator) |
Contracts |
maliciousCreatorBehavior(List<Object> maliciousCreatorBehavior) |
void |
setContractAddress(String contractAddress) |
void |
setCreatorAddress(String creatorAddress) |
void |
setDeploymentTime(Long deploymentTime) |
void |
setIsOpenSource(Integer isOpenSource) |
void |
setMaliciousBehavior(List<Object> maliciousBehavior) |
void |
setMaliciousContract(Integer maliciousContract) |
void |
setMaliciousCreator(Integer maliciousCreator) |
void |
setMaliciousCreatorBehavior(List<Object> maliciousCreatorBehavior) |
private String |
toIndentedString(Object o)
Convert the given object to string with each line indented by 4 spaces
(except the first line).
|
String |
toString() |
@SerializedName(value="contract_address") private String contractAddress
@SerializedName(value="creator_address") private String creatorAddress
@SerializedName(value="deployment_time") private Long deploymentTime
@SerializedName(value="is_open_source") private Integer isOpenSource
@SerializedName(value="malicious_behavior") private List<Object> maliciousBehavior
@SerializedName(value="malicious_contract") private Integer maliciousContract
@SerializedName(value="malicious_creator") private Integer maliciousCreator
public String getContractAddress()
public void setContractAddress(String contractAddress)
public String getCreatorAddress()
public void setCreatorAddress(String creatorAddress)
public Long getDeploymentTime()
public void setDeploymentTime(Long deploymentTime)
public Integer getIsOpenSource()
public void setIsOpenSource(Integer isOpenSource)
public List<Object> getMaliciousBehavior()
public Integer getMaliciousContract()
public void setMaliciousContract(Integer maliciousContract)
public Integer getMaliciousCreator()
public void setMaliciousCreator(Integer maliciousCreator)
public Contracts maliciousCreatorBehavior(List<Object> maliciousCreatorBehavior)
public Contracts addMaliciousCreatorBehaviorItem(Object maliciousCreatorBehaviorItem)
public List<Object> getMaliciousCreatorBehavior()
public void setMaliciousCreatorBehavior(List<Object> maliciousCreatorBehavior)
Copyright © 2023. All rights reserved.