public final class DeviceCompromisedSecurityDetail
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 Workspace Alert Center 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DeviceCompromisedSecurityDetail() |
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 getDeviceCompromisedState()
null for nonepublic DeviceCompromisedSecurityDetail setDeviceCompromisedState(String deviceCompromisedState)
deviceCompromisedState - deviceCompromisedState or null for nonepublic String getDeviceId()
null for nonepublic DeviceCompromisedSecurityDetail setDeviceId(String deviceId)
deviceId - deviceId or null for nonepublic String getDeviceModel()
null for nonepublic DeviceCompromisedSecurityDetail setDeviceModel(String deviceModel)
deviceModel - deviceModel or null for nonepublic String getDeviceType()
null for nonepublic DeviceCompromisedSecurityDetail setDeviceType(String deviceType)
deviceType - deviceType or null for nonepublic String getIosVendorId()
null for nonepublic DeviceCompromisedSecurityDetail setIosVendorId(String iosVendorId)
iosVendorId - iosVendorId or null for nonepublic String getResourceId()
null for nonepublic DeviceCompromisedSecurityDetail setResourceId(String resourceId)
resourceId - resourceId or null for nonepublic String getSerialNumber()
null for nonepublic DeviceCompromisedSecurityDetail setSerialNumber(String serialNumber)
serialNumber - serialNumber or null for nonepublic DeviceCompromisedSecurityDetail set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DeviceCompromisedSecurityDetail clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.