Package io.trippay.sdk.payment.model
Class ManagingEntity
java.lang.Object
io.trippay.sdk.payment.model.ManagingEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-05-28T20:08:09.948192613+07:00[Asia/Bangkok]")
public class ManagingEntity
extends Object
Name of the application.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull StringgetLabel()Text representation of the value.@NotNull ManagingEntity.TypeEnumgetType()Type of entity.@NotNull StringgetValue()The value that should be persisted.inthashCode()voidvoidvoidtoString()type(ManagingEntity.TypeEnum type)
-
Field Details
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_LABEL
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
ManagingEntity
public ManagingEntity()
-
-
Method Details
-
value
-
getValue
The value that should be persisted.- Returns:
- value
-
setValue
-
label
-
getLabel
Text representation of the value.- Returns:
- label
-
setLabel
-
type
-
getType
-
setType
-
equals
-
hashCode
-
toString
-