public class DeviceCode extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceCode.Builder
Class to build instances of
DeviceCode. |
| Constructor and Description |
|---|
DeviceCode(String productType,
String id,
String name,
String code,
String deviceId,
String locationId,
String status,
String pairBy,
String createdAt,
String statusChangedAt,
String pairedAt)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCode()
Getter for Code.
|
String |
getCreatedAt()
Getter for CreatedAt.
|
String |
getDeviceId()
Getter for DeviceId.
|
String |
getId()
Getter for Id.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getName()
Getter for Name.
|
String |
getPairBy()
Getter for PairBy.
|
String |
getPairedAt()
Getter for PairedAt.
|
String |
getProductType()
Getter for ProductType.
|
String |
getStatus()
Getter for Status.
|
String |
getStatusChangedAt()
Getter for StatusChangedAt.
|
int |
hashCode() |
DeviceCode.Builder |
toBuilder()
Builds a new
DeviceCode.Builder object. |
String |
toString()
Converts this DeviceCode into string format.
|
public DeviceCode(String productType, String id, String name, String code, String deviceId, String locationId, String status, String pairBy, String createdAt, String statusChangedAt, String pairedAt)
productType - String value for productType.id - String value for id.name - String value for name.code - String value for code.deviceId - String value for deviceId.locationId - String value for locationId.status - String value for status.pairBy - String value for pairBy.createdAt - String value for createdAt.statusChangedAt - String value for statusChangedAt.pairedAt - String value for pairedAt.public String getId()
public String getName()
public String getCode()
public String getDeviceId()
public String getProductType()
public String getLocationId()
public String getStatus()
public String getPairBy()
public String getCreatedAt()
public String getStatusChangedAt()
public String getPairedAt()
public String toString()
public DeviceCode.Builder toBuilder()
DeviceCode.Builder object.
Creates the instance with the state of the current model.DeviceCode.Builder objectCopyright © 2022. All rights reserved.