public final class SslCertificateManagedSslCertificate 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 Compute Engine 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 | 
|---|
| SslCertificateManagedSslCertificate() | 
| Modifier and Type | Method and Description | 
|---|---|
| SslCertificateManagedSslCertificate | clone() | 
| List<String> | getDomains()The domains for which a managed SSL certificate will be generated. | 
| Map<String,String> | getDomainStatus()[Output only] Detailed statuses of the domains specified for managed certificate resource. | 
| String | getStatus()[Output only] Status of the managed certificate resource. | 
| SslCertificateManagedSslCertificate | set(String fieldName,
   Object value) | 
| SslCertificateManagedSslCertificate | setDomains(List<String> domains)The domains for which a managed SSL certificate will be generated. | 
| SslCertificateManagedSslCertificate | setDomainStatus(Map<String,String> domainStatus)[Output only] Detailed statuses of the domains specified for managed certificate resource. | 
| SslCertificateManagedSslCertificate | setStatus(String status)[Output only] Status of the managed certificate resource. | 
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 Map<String,String> getDomainStatus()
null for nonepublic SslCertificateManagedSslCertificate setDomainStatus(Map<String,String> domainStatus)
domainStatus - domainStatus or null for nonepublic List<String> getDomains()
null for nonepublic SslCertificateManagedSslCertificate setDomains(List<String> domains)
domains - domains or null for nonepublic String getStatus()
null for nonepublic SslCertificateManagedSslCertificate setStatus(String status)
status - status or null for nonepublic SslCertificateManagedSslCertificate set(String fieldName, Object value)
set in class GenericJsonpublic SslCertificateManagedSslCertificate clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.