Package cm.xd.genapi.ynab.model
Class PayeeLocation
java.lang.Object
cm.xd.genapi.ynab.model.PayeeLocation
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-04-26T18:05:30.720340+02:00[Europe/Stockholm]",
comments="Generator version: 7.21.0")
public class PayeeLocation
extends Object
PayeeLocation
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic PayeeLocationCreate an instance of PayeeLocation given an JSON stringWhether or not the payee location has been deleted.getId()Get idGet latitudeGet longitudeGet payeeIdinthashCode()voidsetDeleted(Boolean deleted) voidvoidsetLatitude(String latitude) voidsetLongitude(String longitude) voidsetPayeeId(UUID payeeId) toJson()Convert an instance of PayeeLocation 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_PAYEE_ID
- See Also:
-
SERIALIZED_NAME_LATITUDE
- See Also:
-
SERIALIZED_NAME_LONGITUDE
- See Also:
-
SERIALIZED_NAME_DELETED
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
PayeeLocation
public PayeeLocation()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
payeeId
-
getPayeeId
Get payeeId- Returns:
- payeeId
-
setPayeeId
-
latitude
-
getLatitude
Get latitude- Returns:
- latitude
-
setLatitude
-
longitude
-
getLongitude
Get longitude- Returns:
- longitude
-
setLongitude
-
deleted
-
getDeleted
Whether or not the payee location has been deleted. Deleted payee locations will only be included in delta requests.- Returns:
- deleted
-
setDeleted
-
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 PayeeLocation
-
fromJson
Create an instance of PayeeLocation given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of PayeeLocation
- Throws:
IOException- if the JSON string is invalid with respect to PayeeLocation
-
toJson
Convert an instance of PayeeLocation to an JSON string- Returns:
- JSON string
-