Class ManagingEntity
java.lang.Object
io.trippay.sdk.payment.model.ManagingEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:12:05.578754358+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class ManagingEntity
extends Object
ManagingEntity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumprice lookup keystatic enumThis is for Wink entities only.static enumType of entity. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull @Size(min=1) StringThe value that should be persisted.@NotNull @Size(min=1) StringgetName()Text representation of the value.price lookup key@NotNull ManagingEntity.SubTypeEnumThis is for Wink entities only.@NotNull ManagingEntity.TypeEnumgetType()Type of entity.inthashCode()identifier(String identifier) priceLookupKey(ManagingEntity.PriceLookupKeyEnum priceLookupKey) voidsetIdentifier(String identifier) voidvoidsetPriceLookupKey(ManagingEntity.PriceLookupKeyEnum priceLookupKey) voidsetSubType(ManagingEntity.SubTypeEnum subType) voidsubType(ManagingEntity.SubTypeEnum subType) toString()type(ManagingEntity.TypeEnum type)
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_SUB_TYPE
- See Also:
-
JSON_PROPERTY_PRICE_LOOKUP_KEY
- See Also:
-
-
Constructor Details
-
ManagingEntity
public ManagingEntity()
-
-
Method Details
-
identifier
-
getIdentifier
The value that should be persisted.- Returns:
- identifier
-
setIdentifier
-
name
-
getName
Text representation of the value.- Returns:
- name
-
setName
-
type
-
getType
-
setType
-
subType
-
getSubType
This is for Wink entities only. Does not apply to TripPay.- Returns:
- subType
-
setSubType
-
priceLookupKey
-
getPriceLookupKey
price lookup key- Returns:
- priceLookupKey
-
setPriceLookupKey
-
equals
-
hashCode
-
toString
-