public final class InterconnectDiagnosticsLinkOpticalPower
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 Compute Engine 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
Constructor and Description |
---|
InterconnectDiagnosticsLinkOpticalPower() |
Modifier and Type | Method and Description |
---|---|
InterconnectDiagnosticsLinkOpticalPower |
clone() |
java.lang.String |
getState()
The status of the current value when compared to the warning and alarm levels for the receiving
or transmitting transceiver.
|
java.lang.Float |
getValue()
Value of the current receiving or transmitting optical power, read in dBm.
|
InterconnectDiagnosticsLinkOpticalPower |
set(java.lang.String fieldName,
java.lang.Object value) |
InterconnectDiagnosticsLinkOpticalPower |
setState(java.lang.String state)
The status of the current value when compared to the warning and alarm levels for the receiving
or transmitting transceiver.
|
InterconnectDiagnosticsLinkOpticalPower |
setValue(java.lang.Float value)
Value of the current receiving or transmitting optical power, read in dBm.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public InterconnectDiagnosticsLinkOpticalPower()
public java.lang.String getState()
null
for nonepublic InterconnectDiagnosticsLinkOpticalPower setState(java.lang.String state)
state
- state or null
for nonepublic java.lang.Float getValue()
null
for nonepublic InterconnectDiagnosticsLinkOpticalPower setValue(java.lang.Float value)
value
- value or null
for nonepublic InterconnectDiagnosticsLinkOpticalPower set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public InterconnectDiagnosticsLinkOpticalPower clone()
clone
in class com.google.api.client.json.GenericJson