@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContractFilter extends Object implements Serializable, Cloneable, StructuredPojo
The contract or wallet address by which to filter the request.
| Constructor and Description |
|---|
ContractFilter() |
| Modifier and Type | Method and Description |
|---|---|
ContractFilter |
clone() |
boolean |
equals(Object obj) |
String |
getDeployerAddress()
The network address of the deployer.
|
String |
getNetwork()
The blockchain network of the contract.
|
String |
getTokenStandard()
The container for the token standard.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDeployerAddress(String deployerAddress)
The network address of the deployer.
|
void |
setNetwork(String network)
The blockchain network of the contract.
|
void |
setTokenStandard(String tokenStandard)
The container for the token standard.
|
String |
toString()
Returns a string representation of this object.
|
ContractFilter |
withDeployerAddress(String deployerAddress)
The network address of the deployer.
|
ContractFilter |
withNetwork(QueryNetwork network)
The blockchain network of the contract.
|
ContractFilter |
withNetwork(String network)
The blockchain network of the contract.
|
ContractFilter |
withTokenStandard(QueryTokenStandard tokenStandard)
The container for the token standard.
|
ContractFilter |
withTokenStandard(String tokenStandard)
The container for the token standard.
|
public void setNetwork(String network)
The blockchain network of the contract.
network - The blockchain network of the contract.QueryNetworkpublic String getNetwork()
The blockchain network of the contract.
QueryNetworkpublic ContractFilter withNetwork(String network)
The blockchain network of the contract.
network - The blockchain network of the contract.QueryNetworkpublic ContractFilter withNetwork(QueryNetwork network)
The blockchain network of the contract.
network - The blockchain network of the contract.QueryNetworkpublic void setTokenStandard(String tokenStandard)
The container for the token standard.
tokenStandard - The container for the token standard.QueryTokenStandardpublic String getTokenStandard()
The container for the token standard.
QueryTokenStandardpublic ContractFilter withTokenStandard(String tokenStandard)
The container for the token standard.
tokenStandard - The container for the token standard.QueryTokenStandardpublic ContractFilter withTokenStandard(QueryTokenStandard tokenStandard)
The container for the token standard.
tokenStandard - The container for the token standard.QueryTokenStandardpublic void setDeployerAddress(String deployerAddress)
The network address of the deployer.
deployerAddress - The network address of the deployer.public String getDeployerAddress()
The network address of the deployer.
public ContractFilter withDeployerAddress(String deployerAddress)
The network address of the deployer.
deployerAddress - The network address of the deployer.public String toString()
toString in class ObjectObject.toString()public ContractFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.