Class TokenizationMintRequest
java.lang.Object
markets.alpaca.client.openapi.broker.model.TokenizationMintRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class TokenizationMintRequest
extends Object
implements Serializable
TokenizationMintRequest
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TokenizationMintRequestCreate an instance of TokenizationMintRequest given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get issuerGet networkgetQty()The underlying quantity to convert into the tokenized asset.The underlying asset symbolThe wallet address to receive the tokenized assetinthashCode()issuer(TokenizationIssuer issuer) network(TokenizationNetwork network) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetIssuer(TokenizationIssuer issuer) voidsetNetwork(TokenizationNetwork network) voidvoidsetUnderlyingSymbol(String underlyingSymbol) voidsetWalletAddress(String walletAddress) toJson()Convert an instance of TokenizationMintRequest to an JSON stringtoString()underlyingSymbol(String underlyingSymbol) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues foundwalletAddress(String walletAddress)
-
Field Details
-
SERIALIZED_NAME_ISSUER
- See Also:
-
SERIALIZED_NAME_NETWORK
- See Also:
-
SERIALIZED_NAME_QTY
- See Also:
-
SERIALIZED_NAME_UNDERLYING_SYMBOL
- See Also:
-
SERIALIZED_NAME_WALLET_ADDRESS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
TokenizationMintRequest
public TokenizationMintRequest()
-
-
Method Details
-
issuer
-
getIssuer
Get issuer- Returns:
- issuer
-
setIssuer
-
network
-
getNetwork
Get network- Returns:
- network
-
setNetwork
-
qty
-
getQty
The underlying quantity to convert into the tokenized asset. It can be fractional.- Returns:
- qty
-
setQty
-
underlyingSymbol
-
getUnderlyingSymbol
The underlying asset symbol- Returns:
- underlyingSymbol
-
setUnderlyingSymbol
-
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 TokenizationMintRequest 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 TokenizationMintRequest
-
fromJson
Create an instance of TokenizationMintRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TokenizationMintRequest
- Throws:
IOException- if the JSON string is invalid with respect to TokenizationMintRequest
-
toJson
Convert an instance of TokenizationMintRequest to an JSON string- Returns:
- JSON string
-