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