public class DeviceComponentDetailsApplicationDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceComponentDetailsApplicationDetails.Builder
Class to build instances of
DeviceComponentDetailsApplicationDetails. |
| Modifier | Constructor and Description |
|---|---|
protected |
DeviceComponentDetailsApplicationDetails(String applicationType,
String version,
io.apimatic.core.types.OptionalNullable<String> sessionLocation,
io.apimatic.core.types.OptionalNullable<String> deviceCodeId)
Initialization constructor.
|
|
DeviceComponentDetailsApplicationDetails(String applicationType,
String version,
String sessionLocation,
String deviceCodeId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getApplicationType()
Getter for ApplicationType.
|
String |
getDeviceCodeId()
Getter for DeviceCodeId.
|
String |
getSessionLocation()
Getter for SessionLocation.
|
String |
getVersion()
Getter for Version.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetDeviceCodeId()
Internal Getter for DeviceCodeId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetSessionLocation()
Internal Getter for SessionLocation.
|
DeviceComponentDetailsApplicationDetails.Builder |
toBuilder()
Builds a new
DeviceComponentDetailsApplicationDetails.Builder object. |
String |
toString()
Converts this DeviceComponentDetailsApplicationDetails into string format.
|
public DeviceComponentDetailsApplicationDetails(String applicationType, String version, String sessionLocation, String deviceCodeId)
applicationType - String value for applicationType.version - String value for version.sessionLocation - String value for sessionLocation.deviceCodeId - String value for deviceCodeId.protected DeviceComponentDetailsApplicationDetails(String applicationType, String version, io.apimatic.core.types.OptionalNullable<String> sessionLocation, io.apimatic.core.types.OptionalNullable<String> deviceCodeId)
applicationType - String value for applicationType.version - String value for version.sessionLocation - String value for sessionLocation.deviceCodeId - String value for deviceCodeId.public String getApplicationType()
public String getVersion()
protected io.apimatic.core.types.OptionalNullable<String> internalGetSessionLocation()
public String getSessionLocation()
protected io.apimatic.core.types.OptionalNullable<String> internalGetDeviceCodeId()
public String getDeviceCodeId()
public String toString()
public DeviceComponentDetailsApplicationDetails.Builder toBuilder()
DeviceComponentDetailsApplicationDetails.Builder object.
Creates the instance with the state of the current model.DeviceComponentDetailsApplicationDetails.Builder objectCopyright © 2024. All rights reserved.