@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-07-06T09:52:32.634171989Z[Etc/UTC]") public class AbiParamInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private AbiAddressInfo |
addressInfo |
private Object |
input |
private String |
name |
private String |
type |
| 构造器和说明 |
|---|
AbiParamInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
AbiParamInfo |
addressInfo(AbiAddressInfo addressInfo) |
boolean |
equals(Object o) |
AbiAddressInfo |
getAddressInfo()
Get addressInfo
|
Object |
getInput()
It describes the input data in ABI.
|
String |
getName()
It describes the parameter name in ABI, for example \"_from\", \"_to\", \"_value\".
|
String |
getType()
It describes the parameter type in ABI, for example \"address\", \"uint256\", \"bool\".
|
int |
hashCode() |
AbiParamInfo |
input(Object input) |
AbiParamInfo |
name(String name) |
void |
setAddressInfo(AbiAddressInfo addressInfo) |
void |
setInput(Object input) |
void |
setName(String name) |
void |
setType(String type) |
private String |
toIndentedString(Object o)
Convert the given object to string with each line indented by 4 spaces
(except the first line).
|
String |
toString() |
AbiParamInfo |
type(String type) |
@SerializedName(value="address_info") private AbiAddressInfo addressInfo
@SerializedName(value="input") private Object input
@SerializedName(value="name") private String name
@SerializedName(value="type") private String type
public AbiParamInfo addressInfo(AbiAddressInfo addressInfo)
public AbiAddressInfo getAddressInfo()
public void setAddressInfo(AbiAddressInfo addressInfo)
public AbiParamInfo input(Object input)
public Object getInput()
public void setInput(Object input)
public AbiParamInfo name(String name)
public String getName()
public void setName(String name)
public AbiParamInfo type(String type)
public String getType()
public void setType(String type)
Copyright © 2023. All rights reserved.