Class TokenizationMintCallback
java.lang.Object
markets.alpaca.client.openapi.broker.model.TokenizationMintCallback
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class TokenizationMintCallback
extends Object
implements Serializable
TokenizationMintCallback
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TokenizationMintCallbackCreate an instance of TokenizationMintCallback given an JSON stringAlpaca account ID (UUID) of the Authorized Participant.Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Customer's client identifier on the issuer's platform.Get networkUnique identifier of the tokenization requestTransaction hash of the completed request on the blockchainThe wallet address to receive the tokenized assetinthashCode()network(TokenizationNetwork network) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetAccountId(UUID accountId) voidsetClientId(String clientId) voidsetNetwork(TokenizationNetwork network) voidsetTokenizationRequestId(UUID tokenizationRequestId) voidvoidsetWalletAddress(String walletAddress) toJson()Convert an instance of TokenizationMintCallback to an JSON stringtokenizationRequestId(UUID tokenizationRequestId) toString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues foundwalletAddress(String walletAddress)
-
Field Details
-
SERIALIZED_NAME_ACCOUNT_ID
- See Also:
-
SERIALIZED_NAME_CLIENT_ID
- See Also:
-
SERIALIZED_NAME_NETWORK
- See Also:
-
SERIALIZED_NAME_TOKENIZATION_REQUEST_ID
- See Also:
-
SERIALIZED_NAME_TX_HASH
- See Also:
-
SERIALIZED_NAME_WALLET_ADDRESS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
TokenizationMintCallback
public TokenizationMintCallback()
-
-
Method Details
-
accountId
-
getAccountId
Alpaca account ID (UUID) of the Authorized Participant. Exactly one of `client_id` or `account_id` must be provided, matching the identifier used on the original mint request.- Returns:
- accountId
-
setAccountId
-
clientId
-
getClientId
Customer's client identifier on the issuer's platform. Exactly one of `client_id` or `account_id` must be provided, matching the identifier used on the original mint request.- Returns:
- clientId
-
setClientId
-
network
-
getNetwork
Get network- Returns:
- network
-
setNetwork
-
tokenizationRequestId
-
getTokenizationRequestId
Unique identifier of the tokenization request- Returns:
- tokenizationRequestId
-
setTokenizationRequestId
-
txHash
-
getTxHash
Transaction hash of the completed request on the blockchain- Returns:
- txHash
-
setTxHash
-
walletAddress
-
getWalletAddress
The wallet address to receive the tokenized asset- Returns:
- walletAddress
-
setWalletAddress
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the TokenizationMintCallback instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to TokenizationMintCallback
-
fromJson
Create an instance of TokenizationMintCallback given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TokenizationMintCallback
- Throws:
IOException- if the JSON string is invalid with respect to TokenizationMintCallback
-
toJson
Convert an instance of TokenizationMintCallback to an JSON string- Returns:
- JSON string
-