public class Ptsv2intentsEventInformation extends Object
| Constructor and Description |
|---|
Ptsv2intentsEventInformation() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2intentsEventInformation |
date(String date) |
boolean |
equals(Object o) |
String |
getDate()
The date of the event.
|
String |
getTotalTickets()
The total number of tickets for the event.
|
String |
getType()
The type of the event.
|
int |
hashCode() |
void |
setDate(String date) |
void |
setTotalTickets(String totalTickets) |
void |
setType(String type) |
String |
toString() |
Ptsv2intentsEventInformation |
totalTickets(String totalTickets) |
Ptsv2intentsEventInformation |
type(String type) |
public Ptsv2intentsEventInformation date(String date)
public String getDate()
public void setDate(String date)
public Ptsv2intentsEventInformation type(String type)
public String getType()
public void setType(String type)
public Ptsv2intentsEventInformation totalTickets(String totalTickets)
public String getTotalTickets()
public void setTotalTickets(String totalTickets)
Copyright © 2026. All rights reserved.