public class DeviceAttributes extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceAttributes.Builder
Class to build instances of
DeviceAttributes. |
| Modifier | Constructor and Description |
|---|---|
protected |
DeviceAttributes(String type,
String manufacturer,
io.apimatic.core.types.OptionalNullable<String> model,
io.apimatic.core.types.OptionalNullable<String> name,
io.apimatic.core.types.OptionalNullable<String> manufacturersId,
String updatedAt,
String version,
io.apimatic.core.types.OptionalNullable<String> merchantToken)
Initialization constructor.
|
|
DeviceAttributes(String type,
String manufacturer,
String model,
String name,
String manufacturersId,
String updatedAt,
String version,
String merchantToken)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getManufacturer()
Getter for Manufacturer.
|
String |
getManufacturersId()
Getter for ManufacturersId.
|
String |
getMerchantToken()
Getter for MerchantToken.
|
String |
getModel()
Getter for Model.
|
String |
getName()
Getter for Name.
|
String |
getType()
Getter for Type.
|
String |
getUpdatedAt()
Getter for UpdatedAt.
|
String |
getVersion()
Getter for Version.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetManufacturersId()
Internal Getter for ManufacturersId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetMerchantToken()
Internal Getter for MerchantToken.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetModel()
Internal Getter for Model.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetName()
Internal Getter for Name.
|
DeviceAttributes.Builder |
toBuilder()
Builds a new
DeviceAttributes.Builder object. |
String |
toString()
Converts this DeviceAttributes into string format.
|
public DeviceAttributes(String type, String manufacturer, String model, String name, String manufacturersId, String updatedAt, String version, String merchantToken)
type - String value for type.manufacturer - String value for manufacturer.model - String value for model.name - String value for name.manufacturersId - String value for manufacturersId.updatedAt - String value for updatedAt.version - String value for version.merchantToken - String value for merchantToken.protected DeviceAttributes(String type, String manufacturer, io.apimatic.core.types.OptionalNullable<String> model, io.apimatic.core.types.OptionalNullable<String> name, io.apimatic.core.types.OptionalNullable<String> manufacturersId, String updatedAt, String version, io.apimatic.core.types.OptionalNullable<String> merchantToken)
type - String value for type.manufacturer - String value for manufacturer.model - String value for model.name - String value for name.manufacturersId - String value for manufacturersId.updatedAt - String value for updatedAt.version - String value for version.merchantToken - String value for merchantToken.public String getType()
public String getManufacturer()
protected io.apimatic.core.types.OptionalNullable<String> internalGetModel()
public String getModel()
protected io.apimatic.core.types.OptionalNullable<String> internalGetName()
public String getName()
protected io.apimatic.core.types.OptionalNullable<String> internalGetManufacturersId()
public String getManufacturersId()
public String getUpdatedAt()
public String getVersion()
protected io.apimatic.core.types.OptionalNullable<String> internalGetMerchantToken()
public String getMerchantToken()
public String toString()
public DeviceAttributes.Builder toBuilder()
DeviceAttributes.Builder object.
Creates the instance with the state of the current model.DeviceAttributes.Builder objectCopyright © 2024. All rights reserved.