public class ContractDetail extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ContractDetail() |
ContractDetail(String address,
String name,
String symbol,
Integer decimals,
Long networkId,
String owner,
String sellPrice,
String totalSupply,
String contractType,
Boolean isPaused,
Double etherBalance) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
ContractDetail |
clone() |
boolean |
equals(Object o) |
String |
getAddress() |
String |
getContractType() |
Integer |
getDecimals() |
Double |
getEtherBalance() |
Boolean |
getIsPaused() |
String |
getName() |
Long |
getNetworkId() |
String |
getOwner() |
String |
getSellPrice() |
String |
getSymbol() |
String |
getTotalSupply() |
int |
hashCode() |
void |
setAddress(String address) |
void |
setContractType(String contractType) |
void |
setDecimals(Integer decimals) |
void |
setEtherBalance(Double etherBalance) |
void |
setIsPaused(Boolean isPaused) |
void |
setName(String name) |
void |
setNetworkId(Long networkId) |
void |
setOwner(String owner) |
void |
setSellPrice(String sellPrice) |
void |
setSymbol(String symbol) |
void |
setTotalSupply(String totalSupply) |
String |
toString() |
public ContractDetail clone()
public String getAddress()
public String getName()
public String getSymbol()
public Integer getDecimals()
public Long getNetworkId()
public String getOwner()
public String getSellPrice()
public String getTotalSupply()
public String getContractType()
public Boolean getIsPaused()
public Double getEtherBalance()
public void setAddress(String address)
public void setName(String name)
public void setSymbol(String symbol)
public void setDecimals(Integer decimals)
public void setNetworkId(Long networkId)
public void setOwner(String owner)
public void setSellPrice(String sellPrice)
public void setTotalSupply(String totalSupply)
public void setContractType(String contractType)
public void setIsPaused(Boolean isPaused)
public void setEtherBalance(Double etherBalance)
protected boolean canEqual(Object other)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.