public class NetworkSettings extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
NetworkSettings() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
NetworkSettings |
clone() |
boolean |
equals(Object o) |
Long |
getGasLimit() |
long |
getId() |
Long |
getMaxGasPrice() |
Long |
getMinGasPrice() |
Long |
getNormalGasPrice() |
String |
getProviderURL() |
String |
getWebsocketProviderURL() |
int |
hashCode() |
void |
setGasLimit(Long gasLimit) |
void |
setId(long id) |
void |
setMaxGasPrice(Long maxGasPrice) |
void |
setMinGasPrice(Long minGasPrice) |
void |
setNormalGasPrice(Long normalGasPrice) |
void |
setProviderURL(String providerURL) |
void |
setWebsocketProviderURL(String websocketProviderURL) |
String |
toString() |
public NetworkSettings clone()
public long getId()
public String getProviderURL()
public String getWebsocketProviderURL()
public Long getGasLimit()
public Long getMinGasPrice()
public Long getNormalGasPrice()
public Long getMaxGasPrice()
public void setId(long id)
public void setProviderURL(String providerURL)
public void setWebsocketProviderURL(String websocketProviderURL)
public void setGasLimit(Long gasLimit)
public void setMinGasPrice(Long minGasPrice)
public void setNormalGasPrice(Long normalGasPrice)
public void setMaxGasPrice(Long maxGasPrice)
protected boolean canEqual(Object other)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.