@Generated(value="software.amazon.awssdk:codegen") public final class ContractFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContractFilter.Builder,ContractFilter>
The contract or wallet address by which to filter the request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContractFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContractFilter.Builder |
builder() |
String |
deployerAddress()
The network address of the deployer.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
QueryNetwork |
network()
The blockchain network of the contract.
|
String |
networkAsString()
The blockchain network of the contract.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContractFilter.Builder> |
serializableBuilderClass() |
ContractFilter.Builder |
toBuilder() |
QueryTokenStandard |
tokenStandard()
The container for the token standard.
|
String |
tokenStandardAsString()
The container for the token standard.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final QueryNetwork network()
The blockchain network of the contract.
If the service returns an enum value that is not available in the current SDK version, network will
return QueryNetwork.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
networkAsString().
QueryNetworkpublic final String networkAsString()
The blockchain network of the contract.
If the service returns an enum value that is not available in the current SDK version, network will
return QueryNetwork.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
networkAsString().
QueryNetworkpublic final QueryTokenStandard tokenStandard()
The container for the token standard.
If the service returns an enum value that is not available in the current SDK version, tokenStandard
will return QueryTokenStandard.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from tokenStandardAsString().
QueryTokenStandardpublic final String tokenStandardAsString()
The container for the token standard.
If the service returns an enum value that is not available in the current SDK version, tokenStandard
will return QueryTokenStandard.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from tokenStandardAsString().
QueryTokenStandardpublic final String deployerAddress()
The network address of the deployer.
public ContractFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContractFilter.Builder,ContractFilter>public static ContractFilter.Builder builder()
public static Class<? extends ContractFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.