public final class Schedule
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Storage Transfer API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Schedule() |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
clone() |
TimeOfDay |
getEndTimeOfDay()
The time in UTC that no further transfer operations are scheduled.
|
String |
getRepeatInterval()
Interval between the start of each scheduled TransferOperation.
|
Date |
getScheduleEndDate()
The last day a transfer runs.
|
Date |
getScheduleStartDate()
Required.
|
TimeOfDay |
getStartTimeOfDay()
The time in UTC that a transfer job is scheduled to run.
|
Schedule |
set(String fieldName,
Object value) |
Schedule |
setEndTimeOfDay(TimeOfDay endTimeOfDay)
The time in UTC that no further transfer operations are scheduled.
|
Schedule |
setRepeatInterval(String repeatInterval)
Interval between the start of each scheduled TransferOperation.
|
Schedule |
setScheduleEndDate(Date scheduleEndDate)
The last day a transfer runs.
|
Schedule |
setScheduleStartDate(Date scheduleStartDate)
Required.
|
Schedule |
setStartTimeOfDay(TimeOfDay startTimeOfDay)
The time in UTC that a transfer job is scheduled to run.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic TimeOfDay getEndTimeOfDay()
null for nonepublic Schedule setEndTimeOfDay(TimeOfDay endTimeOfDay)
endTimeOfDay - endTimeOfDay or null for nonepublic String getRepeatInterval()
null for nonepublic Schedule setRepeatInterval(String repeatInterval)
repeatInterval - repeatInterval or null for nonepublic Date getScheduleEndDate()
null for nonepublic Schedule setScheduleEndDate(Date scheduleEndDate)
scheduleEndDate - scheduleEndDate or null for nonepublic Date getScheduleStartDate()
null for nonepublic Schedule setScheduleStartDate(Date scheduleStartDate)
scheduleStartDate - scheduleStartDate or null for nonepublic TimeOfDay getStartTimeOfDay()
null for nonepublic Schedule setStartTimeOfDay(TimeOfDay startTimeOfDay)
startTimeOfDay - startTimeOfDay or null for nonepublic Schedule set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Schedule clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.