Package model
Class BalanceTransferListEmbedded
- java.lang.Object
-
- model.BalanceTransferListEmbedded
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class BalanceTransferListEmbedded extends Object
List of `balance_transfer` objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBalanceTransferListEmbedded.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_BALANCE_TRANSFERS
-
Constructor Summary
Constructors Constructor Description BalanceTransferListEmbedded()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BalanceTransferListEmbeddedaddBalanceTransfersItem(BalanceTransferList balanceTransfersItem)BalanceTransferListEmbeddedbalanceTransfers(List<BalanceTransferList> balanceTransfers)booleanequals(Object o)static BalanceTransferListEmbeddedfromJson(String jsonString)Create an instance of BalanceTransferListEmbedded given an JSON stringList<BalanceTransferList>getBalanceTransfers()`balance_transfer` objects.inthashCode()voidsetBalanceTransfers(List<BalanceTransferList> balanceTransfers)StringtoJson()Convert an instance of BalanceTransferListEmbedded to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Method Detail
-
balanceTransfers
public BalanceTransferListEmbedded balanceTransfers(List<BalanceTransferList> balanceTransfers)
-
addBalanceTransfersItem
public BalanceTransferListEmbedded addBalanceTransfersItem(BalanceTransferList balanceTransfersItem)
-
getBalanceTransfers
@Nullable public List<BalanceTransferList> getBalanceTransfers()
`balance_transfer` objects.- Returns:
- balanceTransfers
-
setBalanceTransfers
public void setBalanceTransfers(List<BalanceTransferList> balanceTransfers)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to BalanceTransferListEmbedded
-
fromJson
public static BalanceTransferListEmbedded fromJson(String jsonString) throws IOException
Create an instance of BalanceTransferListEmbedded given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BalanceTransferListEmbedded
- Throws:
IOException- if the JSON string is invalid with respect to BalanceTransferListEmbedded
-
toJson
public String toJson()
Convert an instance of BalanceTransferListEmbedded to an JSON string- Returns:
- JSON string
-
-