public class DeviceType extends Object
| Constructor and Description |
|---|
DeviceType() |
| Modifier and Type | Method and Description |
|---|---|
DeviceType |
deviceTypeMetaDefinition(DeviceTypeMetaDefinition deviceTypeMetaDefinition) |
boolean |
equals(Object o) |
DeviceTypeMetaDefinition |
getDeviceTypeMetaDefinition()
Get deviceTypeMetaDefinition.
|
Integer |
getId()
Id of the device type.
|
String |
getName()
Name of the device type.
|
int |
hashCode() |
DeviceType |
id(Integer id) |
DeviceType |
name(String name) |
void |
setDeviceTypeMetaDefinition(DeviceTypeMetaDefinition deviceTypeMetaDefinition) |
void |
setId(Integer id) |
void |
setName(String name) |
String |
toString() |
public DeviceType id(Integer id)
public Integer getId()
public void setId(Integer id)
public DeviceType name(String name)
public String getName()
public void setName(String name)
public DeviceType deviceTypeMetaDefinition(DeviceTypeMetaDefinition deviceTypeMetaDefinition)
public DeviceTypeMetaDefinition getDeviceTypeMetaDefinition()
public void setDeviceTypeMetaDefinition(DeviceTypeMetaDefinition deviceTypeMetaDefinition)
Copyright © 2017 WSO2. All rights reserved.