public class ReportingV3ReportsGet200ResponseReportSearchResults extends Object
| Constructor | Description |
|---|---|
ReportingV3ReportsGet200ResponseReportSearchResults() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getGroupId() |
Id for selected group.
|
ReportingV3ReportsGet200ResponseLink |
getLink() |
Get link
|
String |
getOrganizationId() |
CyberSource Merchant Id
|
org.joda.time.DateTime |
getQueuedTime() |
Specifies the time of the report in queued in ISO 8601 format
|
org.joda.time.DateTime |
getReportCompletedTime() |
Specifies the time of the report completed the generation in ISO 8601 format
|
String |
getReportDefinitionId() |
Unique Report Identifier of each report type
|
org.joda.time.DateTime |
getReportEndTime() |
Specifies the report end time in ISO 8601 format
|
String |
getReportFrequency() |
Frequency of the report to get generated Valid Values: - DAILY - WEEKLY - MONTHLY - ADHOC
|
org.joda.time.DateTime |
getReportGeneratingTime() |
Specifies the time of the report started to generate in ISO 8601 format
|
String |
getReportId() |
Unique identifier generated for every reports
|
String |
getReportMimeType() |
Format of the report to get generated Valid Values: - application/xml - text/csv
|
String |
getReportName() |
Name of the report specified by merchant while creating the report
|
org.joda.time.DateTime |
getReportStartTime() |
Specifies the report start time in ISO 8601 format
|
String |
getStatus() |
Status of the report Valid Values: - COMPLETED - PENDING - QUEUED - RUNNING - ERROR - NO_DATA
|
String |
getSubscriptionType() |
Specifies whether the subscription created is either Custom, Standard or Classic
|
String |
getTimezone() |
Time Zone
|
ReportingV3ReportsGet200ResponseReportSearchResults |
groupId(String groupId) |
|
int |
hashCode() |
|
ReportingV3ReportsGet200ResponseReportSearchResults |
link(ReportingV3ReportsGet200ResponseLink link) |
|
ReportingV3ReportsGet200ResponseReportSearchResults |
organizationId(String organizationId) |
|
ReportingV3ReportsGet200ResponseReportSearchResults |
queuedTime(org.joda.time.DateTime queuedTime) |
|
ReportingV3ReportsGet200ResponseReportSearchResults |
reportCompletedTime(org.joda.time.DateTime reportCompletedTime) |
|
ReportingV3ReportsGet200ResponseReportSearchResults |
reportDefinitionId(String reportDefinitionId) |
|
ReportingV3ReportsGet200ResponseReportSearchResults |
reportEndTime(org.joda.time.DateTime reportEndTime) |
|
ReportingV3ReportsGet200ResponseReportSearchResults |
reportFrequency(String reportFrequency) |
|
ReportingV3ReportsGet200ResponseReportSearchResults |
reportGeneratingTime(org.joda.time.DateTime reportGeneratingTime) |
|
ReportingV3ReportsGet200ResponseReportSearchResults |
reportId(String reportId) |
|
ReportingV3ReportsGet200ResponseReportSearchResults |
reportMimeType(String reportMimeType) |
|
ReportingV3ReportsGet200ResponseReportSearchResults |
reportName(String reportName) |
|
ReportingV3ReportsGet200ResponseReportSearchResults |
reportStartTime(org.joda.time.DateTime reportStartTime) |
|
void |
setGroupId(String groupId) |
|
void |
setLink(ReportingV3ReportsGet200ResponseLink link) |
|
void |
setOrganizationId(String organizationId) |
|
void |
setQueuedTime(org.joda.time.DateTime queuedTime) |
|
void |
setReportCompletedTime(org.joda.time.DateTime reportCompletedTime) |
|
void |
setReportDefinitionId(String reportDefinitionId) |
|
void |
setReportEndTime(org.joda.time.DateTime reportEndTime) |
|
void |
setReportFrequency(String reportFrequency) |
|
void |
setReportGeneratingTime(org.joda.time.DateTime reportGeneratingTime) |
|
void |
setReportId(String reportId) |
|
void |
setReportMimeType(String reportMimeType) |
|
void |
setReportName(String reportName) |
|
void |
setReportStartTime(org.joda.time.DateTime reportStartTime) |
|
void |
setStatus(String status) |
|
void |
setSubscriptionType(String subscriptionType) |
|
void |
setTimezone(String timezone) |
|
ReportingV3ReportsGet200ResponseReportSearchResults |
status(String status) |
|
ReportingV3ReportsGet200ResponseReportSearchResults |
subscriptionType(String subscriptionType) |
|
ReportingV3ReportsGet200ResponseReportSearchResults |
timezone(String timezone) |
|
String |
toString() |
public ReportingV3ReportsGet200ResponseReportSearchResults()
public ReportingV3ReportsGet200ResponseReportSearchResults link(ReportingV3ReportsGet200ResponseLink link)
public ReportingV3ReportsGet200ResponseLink getLink()
public void setLink(ReportingV3ReportsGet200ResponseLink link)
public ReportingV3ReportsGet200ResponseReportSearchResults reportDefinitionId(String reportDefinitionId)
public String getReportDefinitionId()
public void setReportDefinitionId(String reportDefinitionId)
public ReportingV3ReportsGet200ResponseReportSearchResults reportName(String reportName)
public String getReportName()
public void setReportName(String reportName)
public ReportingV3ReportsGet200ResponseReportSearchResults reportMimeType(String reportMimeType)
public String getReportMimeType()
public void setReportMimeType(String reportMimeType)
public ReportingV3ReportsGet200ResponseReportSearchResults reportFrequency(String reportFrequency)
public String getReportFrequency()
public void setReportFrequency(String reportFrequency)
public ReportingV3ReportsGet200ResponseReportSearchResults status(String status)
public String getStatus()
public void setStatus(String status)
public ReportingV3ReportsGet200ResponseReportSearchResults reportStartTime(org.joda.time.DateTime reportStartTime)
public org.joda.time.DateTime getReportStartTime()
public void setReportStartTime(org.joda.time.DateTime reportStartTime)
public ReportingV3ReportsGet200ResponseReportSearchResults reportEndTime(org.joda.time.DateTime reportEndTime)
public org.joda.time.DateTime getReportEndTime()
public void setReportEndTime(org.joda.time.DateTime reportEndTime)
public ReportingV3ReportsGet200ResponseReportSearchResults timezone(String timezone)
public String getTimezone()
public void setTimezone(String timezone)
public ReportingV3ReportsGet200ResponseReportSearchResults reportId(String reportId)
public String getReportId()
public void setReportId(String reportId)
public ReportingV3ReportsGet200ResponseReportSearchResults organizationId(String organizationId)
public String getOrganizationId()
public void setOrganizationId(String organizationId)
public ReportingV3ReportsGet200ResponseReportSearchResults queuedTime(org.joda.time.DateTime queuedTime)
public org.joda.time.DateTime getQueuedTime()
public void setQueuedTime(org.joda.time.DateTime queuedTime)
public ReportingV3ReportsGet200ResponseReportSearchResults reportGeneratingTime(org.joda.time.DateTime reportGeneratingTime)
public org.joda.time.DateTime getReportGeneratingTime()
public void setReportGeneratingTime(org.joda.time.DateTime reportGeneratingTime)
public ReportingV3ReportsGet200ResponseReportSearchResults reportCompletedTime(org.joda.time.DateTime reportCompletedTime)
public org.joda.time.DateTime getReportCompletedTime()
public void setReportCompletedTime(org.joda.time.DateTime reportCompletedTime)
public ReportingV3ReportsGet200ResponseReportSearchResults subscriptionType(String subscriptionType)
public String getSubscriptionType()
public void setSubscriptionType(String subscriptionType)
public ReportingV3ReportsGet200ResponseReportSearchResults groupId(String groupId)
public String getGroupId()
public void setGroupId(String groupId)
Copyright © 2026. All rights reserved.