Package io.voucherify.client.model
Class RedemptionEntryChannel
java.lang.Object
io.voucherify.client.model.RedemptionEntryChannel
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class RedemptionEntryChannel
extends Object
RedemptionEntryChannel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets channelTypestatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchannelType(RedemptionEntryChannel.ChannelTypeEnum channelType) booleanstatic RedemptionEntryChannelCreate an instance of RedemptionEntryChannel given an JSON stringGet channelIdGet channelTypeinthashCode()voidsetChannelId(String channelId) voidsetChannelType(RedemptionEntryChannel.ChannelTypeEnum channelType) toJson()Convert an instance of RedemptionEntryChannel to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_CHANNEL_ID
- See Also:
-
SERIALIZED_NAME_CHANNEL_TYPE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
RedemptionEntryChannel
public RedemptionEntryChannel()
-
-
Method Details
-
channelId
-
getChannelId
Get channelId- Returns:
- channelId
-
setChannelId
-
channelType
-
getChannelType
Get channelType- Returns:
- channelType
-
setChannelType
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of RedemptionEntryChannel given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of RedemptionEntryChannel
- Throws:
IOException- if the JSON string is invalid with respect to RedemptionEntryChannel
-
toJson
Convert an instance of RedemptionEntryChannel to an JSON string- Returns:
- JSON string
-