Class BatchCreateFundingWalletResponse
java.lang.Object
net.jacobpeterson.alpaca.openapi.broker.model.BatchCreateFundingWalletResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-23T18:58:47.485165-07:00[America/Los_Angeles]")
public class BatchCreateFundingWalletResponse
extends Object
BatchCreateFundingWalletResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFundingWalletsItem
(FundingWallet fundingWalletsItem) boolean
Create an instance of BatchCreateFundingWalletResponse given an JSON stringfundingWallets
(List<FundingWallet> fundingWallets) Get fundingWalletsint
hashCode()
void
setFundingWallets
(List<FundingWallet> fundingWallets) toJson()
Convert an instance of BatchCreateFundingWalletResponse to an JSON stringtoString()
static void
validateJsonElement
(com.google.gson.JsonElement jsonElement)
-
Field Details
-
SERIALIZED_NAME_FUNDING_WALLETS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
validate
public static boolean validate -
isValid
-
-
Constructor Details
-
BatchCreateFundingWalletResponse
public BatchCreateFundingWalletResponse()
-
-
Method Details
-
fundingWallets
-
addFundingWalletsItem
-
getFundingWallets
Get fundingWallets- Returns:
- fundingWallets
-
setFundingWallets
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
- Throws:
IOException
-
fromJson
Create an instance of BatchCreateFundingWalletResponse given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of BatchCreateFundingWalletResponse
- Throws:
IOException
- if the JSON string is invalid with respect to BatchCreateFundingWalletResponse
-
toJson
Convert an instance of BatchCreateFundingWalletResponse to an JSON string- Returns:
- JSON string
-