| Package | Description |
|---|---|
| com.google.api.services.youtubeAnalytics.model |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.TimeSpan |
BatchReport.TimeSpan.clone() |
BatchReport.TimeSpan |
BatchReport.getTimeSpan()
Period included in the report.
|
BatchReport.TimeSpan |
BatchReport.TimeSpan.set(java.lang.String fieldName,
java.lang.Object value) |
BatchReport.TimeSpan |
BatchReport.TimeSpan.setEndTime(com.google.api.client.util.DateTime endTime)
End of the period included in the report.
|
BatchReport.TimeSpan |
BatchReport.TimeSpan.setStartTime(com.google.api.client.util.DateTime startTime)
Start of the period included in the report.
|
| Modifier and Type | Method and Description |
|---|---|
BatchReport |
BatchReport.setTimeSpan(BatchReport.TimeSpan timeSpan)
Period included in the report.
|