public class TicketSummaryListResult extends WebMethodResult implements Serializable
Java class for ticketSummaryListResult complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected List<TicketSummaryData> |
ticketSummaries |
protected Boolean |
truncated |
requestId, statusCode, statusDetail| Constructor and Description |
|---|
TicketSummaryListResult() |
| Modifier and Type | Method and Description |
|---|---|
List<TicketSummaryData> |
getTicketSummaries()
Gets the value of the ticketSummaries property.
|
Boolean |
isTruncated()
Gets the value of the truncated property.
|
void |
setTruncated(Boolean value)
Sets the value of the truncated property.
|
getRequestId, getStatusCode, getStatusDetail, setRequestId, setStatusCode, setStatusDetailprotected List<TicketSummaryData> ticketSummaries
protected Boolean truncated
public List<TicketSummaryData> getTicketSummaries()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ticketSummaries property.
For example, to add a new item, do as follows:
getTicketSummaries().add(newItem);
Objects of the following type(s) are allowed in the list
TicketSummaryData
public Boolean isTruncated()
BooleanCopyright © 2021. All rights reserved.