Class ManagingEntity
java.lang.Object
io.trippay.sdk.payment.model.ManagingEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-03T14:54:12.025630330+07:00[Asia/Bangkok]")
public class ManagingEntity
extends Object
Name of the application.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThis is for Wink entities only.static enumType of entity. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull StringThe value that should be persisted.@NotNull StringgetName()Text representation of the value.@NotNull ManagingEntity.SubTypeEnumThis is for Wink entities only.@NotNull ManagingEntity.TypeEnumgetType()Type of entity.inthashCode()identifier(String identifier) voidsetIdentifier(String identifier) voidvoidsetSubType(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:
-
-
Constructor Details
-
ManagingEntity
public ManagingEntity()
-
-
Method Details
-
identifier
-
getIdentifier
The value that should be persisted.- Returns:
- identifier
-
setIdentifier
-
name
-
getName
-
setName
-
type
-
getType
-
setType
-
subType
-
getSubType
This is for Wink entities only. Does not apply to TripPay.- Returns:
- subType
-
setSubType
-
equals
-
hashCode
-
toString
-