public final class PasswordStatus 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 |
|---|
PasswordStatus() |
| Modifier and Type | Method and Description |
|---|---|
PasswordStatus |
clone() |
Boolean |
getLocked()
If true, user does not have login privileges.
|
String |
getPasswordExpirationTime()
The expiration time of the current password.
|
PasswordStatus |
set(String fieldName,
Object value) |
PasswordStatus |
setLocked(Boolean locked)
If true, user does not have login privileges.
|
PasswordStatus |
setPasswordExpirationTime(String passwordExpirationTime)
The expiration time of the current password.
|
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 Boolean getLocked()
null for nonepublic PasswordStatus setLocked(Boolean locked)
locked - locked or null for nonepublic String getPasswordExpirationTime()
null for nonepublic PasswordStatus setPasswordExpirationTime(String passwordExpirationTime)
passwordExpirationTime - passwordExpirationTime or null for nonepublic PasswordStatus set(String fieldName, Object value)
set in class GenericJsonpublic PasswordStatus clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.