public final class DenyMaintenancePeriod extends 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 Cloud SQL Admin API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DenyMaintenancePeriod() |
| Modifier and Type | Method and Description |
|---|---|
DenyMaintenancePeriod |
clone() |
String |
getEndDate()
"deny maintenance period" end date.
|
String |
getStartDate()
"deny maintenance period" start date.
|
String |
getTime()
Time in UTC when the "deny maintenance period" starts on start_date and ends on end_date.
|
DenyMaintenancePeriod |
set(String fieldName,
Object value) |
DenyMaintenancePeriod |
setEndDate(String endDate)
"deny maintenance period" end date.
|
DenyMaintenancePeriod |
setStartDate(String startDate)
"deny maintenance period" start date.
|
DenyMaintenancePeriod |
setTime(String time)
Time in UTC when the "deny maintenance period" starts on start_date and ends on end_date.
|
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 String getEndDate()
null for nonepublic DenyMaintenancePeriod setEndDate(String endDate)
endDate - endDate or null for nonepublic String getStartDate()
null for nonepublic DenyMaintenancePeriod setStartDate(String startDate)
startDate - startDate or null for nonepublic String getTime()
null for nonepublic DenyMaintenancePeriod setTime(String time)
time - time or null for nonepublic DenyMaintenancePeriod set(String fieldName, Object value)
set in class GenericJsonpublic DenyMaintenancePeriod clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.