public class DeviceComponentDetailsMeasurement extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceComponentDetailsMeasurement.Builder
Class to build instances of
DeviceComponentDetailsMeasurement. |
| Modifier | Constructor and Description |
|---|---|
|
DeviceComponentDetailsMeasurement(Integer value)
Initialization constructor.
|
protected |
DeviceComponentDetailsMeasurement(io.apimatic.core.types.OptionalNullable<Integer> value)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getValue()
Getter for Value.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetValue()
Internal Getter for Value.
|
DeviceComponentDetailsMeasurement.Builder |
toBuilder()
Builds a new
DeviceComponentDetailsMeasurement.Builder object. |
String |
toString()
Converts this DeviceComponentDetailsMeasurement into string format.
|
public DeviceComponentDetailsMeasurement(Integer value)
value - Integer value for value.protected DeviceComponentDetailsMeasurement(io.apimatic.core.types.OptionalNullable<Integer> value)
value - Integer value for value.protected io.apimatic.core.types.OptionalNullable<Integer> internalGetValue()
public Integer getValue()
public String toString()
public DeviceComponentDetailsMeasurement.Builder toBuilder()
DeviceComponentDetailsMeasurement.Builder object.
Creates the instance with the state of the current model.DeviceComponentDetailsMeasurement.Builder objectCopyright © 2024. All rights reserved.