Class TokenizationMintResponse
java.lang.Object
markets.alpaca.client.openapi.trading.model.TokenizationMintResponse
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class TokenizationMintResponse
extends Object
implements Serializable
TokenizationMintResponse
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedAt(OffsetDateTime createdAt) booleanstatic TokenizationMintResponseCreate an instance of TokenizationMintResponse given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get createdAtGet issuerGet networkgetQty()The quantity to convert for this tokenization request.Get statusUnique identifier of the tokenization request set by AlpacaThe tokenized asset symbolThe underlying asset symbolinthashCode()issuer(TokenizationIssuer issuer) network(TokenizationNetwork network) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetCreatedAt(OffsetDateTime createdAt) voidsetIssuer(TokenizationIssuer issuer) voidsetNetwork(TokenizationNetwork network) voidvoidsetStatus(TokenizationRequestStatus status) voidsetTokenizationRequestId(String tokenizationRequestId) voidsetTokenSymbol(String tokenSymbol) voidsetUnderlyingSymbol(String underlyingSymbol) status(TokenizationRequestStatus status) toJson()Convert an instance of TokenizationMintResponse to an JSON stringtokenizationRequestId(String tokenizationRequestId) tokenSymbol(String tokenSymbol) toString()underlyingSymbol(String underlyingSymbol) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_ISSUER
- See Also:
-
SERIALIZED_NAME_NETWORK
- See Also:
-
SERIALIZED_NAME_QTY
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_TOKEN_SYMBOL
- See Also:
-
SERIALIZED_NAME_TOKENIZATION_REQUEST_ID
- See Also:
-
SERIALIZED_NAME_UNDERLYING_SYMBOL
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
TokenizationMintResponse
public TokenizationMintResponse()
-
-
Method Details
-
createdAt
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
setCreatedAt
-
issuer
-
getIssuer
Get issuer- Returns:
- issuer
-
setIssuer
-
network
-
getNetwork
Get network- Returns:
- network
-
setNetwork
-
qty
-
getQty
The quantity to convert for this tokenization request. It can be fractional.- Returns:
- qty
-
setQty
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
tokenSymbol
-
getTokenSymbol
The tokenized asset symbol- Returns:
- tokenSymbol
-
setTokenSymbol
-
tokenizationRequestId
-
getTokenizationRequestId
Unique identifier of the tokenization request set by Alpaca- Returns:
- tokenizationRequestId
-
setTokenizationRequestId
-
underlyingSymbol
-
getUnderlyingSymbol
The underlying asset symbol- Returns:
- underlyingSymbol
-
setUnderlyingSymbol
-
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 TokenizationMintResponse 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 TokenizationMintResponse
-
fromJson
Create an instance of TokenizationMintResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TokenizationMintResponse
- Throws:
IOException- if the JSON string is invalid with respect to TokenizationMintResponse
-
toJson
Convert an instance of TokenizationMintResponse to an JSON string- Returns:
- JSON string
-