Package io.voucherify.client.model
Class VoucherTransactionDetailsSegment
java.lang.Object
io.voucherify.client.model.VoucherTransactionDetailsSegment
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class VoucherTransactionDetailsSegment
extends Object
Contains information about the segment.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
VoucherTransactionDetailsSegment
public VoucherTransactionDetailsSegment()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of VoucherTransactionDetailsSegment given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of VoucherTransactionDetailsSegment
- Throws:
IOException- if the JSON string is invalid with respect to VoucherTransactionDetailsSegment
-
toJson
Convert an instance of VoucherTransactionDetailsSegment to an JSON string- Returns:
- JSON string
-