Package cm.xd.genapi.ynab.model
Class MoneyMovementGroup
java.lang.Object
cm.xd.genapi.ynab.model.MoneyMovementGroup
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-04-13T16:11:17.024752+02:00[Europe/Stockholm]",
comments="Generator version: 7.21.0")
public class MoneyMovementGroup
extends Object
MoneyMovementGroup
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic MoneyMovementGroupCreate an instance of MoneyMovementGroup given an JSON stringWhen the money movement group was createdgetId()Get idgetMonth()The month of the money movement group in ISO format (e.g.getNote()Get noteThe id of the user who performed the money movement groupgroupCreatedAt(OffsetDateTime groupCreatedAt) inthashCode()performedByUserId(UUID performedByUserId) voidsetGroupCreatedAt(OffsetDateTime groupCreatedAt) voidvoidvoidvoidsetPerformedByUserId(UUID performedByUserId) toJson()Convert an instance of MoneyMovementGroup to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_GROUP_CREATED_AT
- See Also:
-
SERIALIZED_NAME_MONTH
- See Also:
-
SERIALIZED_NAME_NOTE
- See Also:
-
SERIALIZED_NAME_PERFORMED_BY_USER_ID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
MoneyMovementGroup
public MoneyMovementGroup()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
groupCreatedAt
-
getGroupCreatedAt
When the money movement group was created- Returns:
- groupCreatedAt
-
setGroupCreatedAt
-
month
-
getMonth
The month of the money movement group in ISO format (e.g. 2024-01-01)- Returns:
- month
-
setMonth
-
note
-
getNote
Get note- Returns:
- note
-
setNote
-
performedByUserId
-
getPerformedByUserId
The id of the user who performed the money movement group- Returns:
- performedByUserId
-
setPerformedByUserId
-
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 MoneyMovementGroup
-
fromJson
Create an instance of MoneyMovementGroup given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of MoneyMovementGroup
- Throws:
IOException- if the JSON string is invalid with respect to MoneyMovementGroup
-
toJson
Convert an instance of MoneyMovementGroup to an JSON string- Returns:
- JSON string
-