public final class DailyMaintenanceWindow
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 Google Kubernetes Engine 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.Flags| Constructor and Description |
|---|
DailyMaintenanceWindow() |
| Modifier and Type | Method and Description |
|---|---|
DailyMaintenanceWindow |
clone() |
java.lang.String |
getDuration()
[Output only] Duration of the time window, automatically chosen to be smallest possible in the
given scenario.
|
java.lang.String |
getStartTime()
Time within the maintenance window to start the maintenance operations.
|
DailyMaintenanceWindow |
set(java.lang.String fieldName,
java.lang.Object value) |
DailyMaintenanceWindow |
setDuration(java.lang.String duration)
[Output only] Duration of the time window, automatically chosen to be smallest possible in the
given scenario.
|
DailyMaintenanceWindow |
setStartTime(java.lang.String startTime)
Time within the maintenance window to start the maintenance operations.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getDuration()
null for nonepublic DailyMaintenanceWindow setDuration(java.lang.String duration)
duration - duration or null for nonepublic java.lang.String getStartTime()
null for nonepublic DailyMaintenanceWindow setStartTime(java.lang.String startTime)
startTime - startTime or null for nonepublic DailyMaintenanceWindow set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic DailyMaintenanceWindow clone()
clone in class com.google.api.client.json.GenericJson