@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssetContractResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetAssetContractResult() |
| Modifier and Type | Method and Description |
|---|---|
GetAssetContractResult |
clone() |
boolean |
equals(Object obj) |
ContractIdentifier |
getContractIdentifier()
Contains the blockchain address and network information about the contract.
|
String |
getDeployerAddress()
The address of the deployer of contract.
|
ContractMetadata |
getMetadata() |
String |
getTokenStandard()
The token standard of the contract requested.
|
int |
hashCode() |
void |
setContractIdentifier(ContractIdentifier contractIdentifier)
Contains the blockchain address and network information about the contract.
|
void |
setDeployerAddress(String deployerAddress)
The address of the deployer of contract.
|
void |
setMetadata(ContractMetadata metadata) |
void |
setTokenStandard(String tokenStandard)
The token standard of the contract requested.
|
String |
toString()
Returns a string representation of this object.
|
GetAssetContractResult |
withContractIdentifier(ContractIdentifier contractIdentifier)
Contains the blockchain address and network information about the contract.
|
GetAssetContractResult |
withDeployerAddress(String deployerAddress)
The address of the deployer of contract.
|
GetAssetContractResult |
withMetadata(ContractMetadata metadata) |
GetAssetContractResult |
withTokenStandard(QueryTokenStandard tokenStandard)
The token standard of the contract requested.
|
GetAssetContractResult |
withTokenStandard(String tokenStandard)
The token standard of the contract requested.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setContractIdentifier(ContractIdentifier contractIdentifier)
Contains the blockchain address and network information about the contract.
contractIdentifier - Contains the blockchain address and network information about the contract.public ContractIdentifier getContractIdentifier()
Contains the blockchain address and network information about the contract.
public GetAssetContractResult withContractIdentifier(ContractIdentifier contractIdentifier)
Contains the blockchain address and network information about the contract.
contractIdentifier - Contains the blockchain address and network information about the contract.public void setTokenStandard(String tokenStandard)
The token standard of the contract requested.
tokenStandard - The token standard of the contract requested.QueryTokenStandardpublic String getTokenStandard()
The token standard of the contract requested.
QueryTokenStandardpublic GetAssetContractResult withTokenStandard(String tokenStandard)
The token standard of the contract requested.
tokenStandard - The token standard of the contract requested.QueryTokenStandardpublic GetAssetContractResult withTokenStandard(QueryTokenStandard tokenStandard)
The token standard of the contract requested.
tokenStandard - The token standard of the contract requested.QueryTokenStandardpublic void setDeployerAddress(String deployerAddress)
The address of the deployer of contract.
deployerAddress - The address of the deployer of contract.public String getDeployerAddress()
The address of the deployer of contract.
public GetAssetContractResult withDeployerAddress(String deployerAddress)
The address of the deployer of contract.
deployerAddress - The address of the deployer of contract.public void setMetadata(ContractMetadata metadata)
metadata - public ContractMetadata getMetadata()
public GetAssetContractResult withMetadata(ContractMetadata metadata)
metadata - public String toString()
toString in class ObjectObject.toString()public GetAssetContractResult clone()