public static class InterconnectDiagnosticsLinkOpticalPower.Builder extends Object
Modifier and Type | Method and Description |
---|---|
InterconnectDiagnosticsLinkOpticalPower |
build() |
InterconnectDiagnosticsLinkOpticalPower.Builder |
clone() |
String |
getState()
The status of the current value when compared to the warning and alarm levels for the
receiving or transmitting transceiver.
|
Float |
getValue()
Value of the current receiving or transmitting optical power, read in dBm.
|
InterconnectDiagnosticsLinkOpticalPower.Builder |
mergeFrom(InterconnectDiagnosticsLinkOpticalPower other) |
InterconnectDiagnosticsLinkOpticalPower.Builder |
setState(String state)
The status of the current value when compared to the warning and alarm levels for the
receiving or transmitting transceiver.
|
InterconnectDiagnosticsLinkOpticalPower.Builder |
setValue(Float value)
Value of the current receiving or transmitting optical power, read in dBm.
|
public InterconnectDiagnosticsLinkOpticalPower.Builder mergeFrom(InterconnectDiagnosticsLinkOpticalPower other)
public String getState()
public InterconnectDiagnosticsLinkOpticalPower.Builder setState(String state)
public Float getValue()
public InterconnectDiagnosticsLinkOpticalPower.Builder setValue(Float value)
public InterconnectDiagnosticsLinkOpticalPower build()
public InterconnectDiagnosticsLinkOpticalPower.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.