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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DeviceCompromisedSecurityDetail() |
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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.GenericJson
public DeviceCompromisedSecurityDetail clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.