Class BatchCreateFundingWalletRequest
java.lang.Object
net.jacobpeterson.alpaca.openapi.broker.model.BatchCreateFundingWalletRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-23T18:58:47.485165-07:00[America/Los_Angeles]")
public class BatchCreateFundingWalletRequest
extends Object
BatchCreateFundingWalletRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountIds
(List<String> accountIds) addAccountIdsItem
(String accountIdsItem) boolean
Create an instance of BatchCreateFundingWalletRequest given an JSON stringlist of UUID account ids which will have funding wallets createdint
hashCode()
void
setAccountIds
(List<String> accountIds) toJson()
Convert an instance of BatchCreateFundingWalletRequest to an JSON stringtoString()
static void
validateJsonElement
(com.google.gson.JsonElement jsonElement)
-
Field Details
-
SERIALIZED_NAME_ACCOUNT_IDS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
validate
public static boolean validate -
isValid
-
-
Constructor Details
-
BatchCreateFundingWalletRequest
public BatchCreateFundingWalletRequest()
-
-
Method Details
-
accountIds
-
addAccountIdsItem
-
getAccountIds
list of UUID account ids which will have funding wallets created- Returns:
- accountIds
-
setAccountIds
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
- Throws:
IOException
-
fromJson
Create an instance of BatchCreateFundingWalletRequest given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of BatchCreateFundingWalletRequest
- Throws:
IOException
- if the JSON string is invalid with respect to BatchCreateFundingWalletRequest
-
toJson
Convert an instance of BatchCreateFundingWalletRequest to an JSON string- Returns:
- JSON string
-