public final class TimeWindow
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 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 |
|---|
TimeWindow() |
| Modifier and Type | Method and Description |
|---|---|
TimeWindow |
clone() |
java.lang.String |
getEndTime()
The time that the window ends.
|
java.lang.String |
getStartTime()
The time that the window first starts.
|
TimeWindow |
set(java.lang.String fieldName,
java.lang.Object value) |
TimeWindow |
setEndTime(java.lang.String endTime)
The time that the window ends.
|
TimeWindow |
setStartTime(java.lang.String startTime)
The time that the window first starts.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getEndTime()
null for nonepublic TimeWindow setEndTime(java.lang.String endTime)
endTime - endTime or null for nonepublic java.lang.String getStartTime()
null for nonepublic TimeWindow setStartTime(java.lang.String startTime)
startTime - startTime or null for nonepublic TimeWindow set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic TimeWindow clone()
clone in class com.google.api.client.json.GenericJson