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