@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-07-06T09:52:32.634171989Z[Etc/UTC]") public class ContractsSecurity extends Object
| 构造器和说明 |
|---|
ContractsSecurity() |
| 限定符和类型 | 方法和说明 |
|---|---|
ContractsSecurity |
addContractsItem(Contracts contractsItem) |
ContractsSecurity |
chainId(String chainId) |
ContractsSecurity |
contracts(List<Contracts> contracts) |
boolean |
equals(Object o) |
String |
getChainId()
It describes the chains that contracts are deployed on;\"1\" means Ethereum; \"25\" means Cronos; \"56\" means BSC; \"128\" means HECO; \"137\" means Polygon; \"250\" means Fantom; \"42161\" means Arbitrum; \"43114\" means Avalanche.
|
List<Contracts> |
getContracts()
contract info
|
int |
hashCode() |
void |
setChainId(String chainId) |
void |
setContracts(List<Contracts> contracts) |
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="chain_id") private String chainId
public ContractsSecurity chainId(String chainId)
public String getChainId()
public void setChainId(String chainId)
public ContractsSecurity contracts(List<Contracts> contracts)
public ContractsSecurity addContractsItem(Contracts contractsItem)
Copyright © 2023. All rights reserved.