public class Feature extends Object
| Constructor and Description |
|---|
Feature() |
| Modifier and Type | Method and Description |
|---|---|
Feature |
addMetadataEntriesItem(MetadataEntry metadataEntriesItem) |
Feature |
code(String code) |
Feature |
description(String description) |
Feature |
deviceType(String deviceType) |
boolean |
equals(Object o) |
String |
getCode()
A name that describes a feature.
|
String |
getDescription()
Provides a description of the features.
|
String |
getDeviceType()
Provide the device type for the respective feature.
|
Integer |
getId()
Feature id
|
List<MetadataEntry> |
getMetadataEntries()
Get metadataEntries
|
String |
getName()
A name that describes a feature.
|
int |
hashCode() |
Feature |
id(Integer id) |
Feature |
metadataEntries(List<MetadataEntry> metadataEntries) |
Feature |
name(String name) |
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setDeviceType(String deviceType) |
void |
setId(Integer id) |
void |
setMetadataEntries(List<MetadataEntry> metadataEntries) |
void |
setName(String name) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
public String getCode()
public void setCode(String code)
public String getDescription()
public void setDescription(String description)
public String getDeviceType()
public void setDeviceType(String deviceType)
public String getName()
public void setName(String name)
public Feature metadataEntries(List<MetadataEntry> metadataEntries)
public Feature addMetadataEntriesItem(MetadataEntry metadataEntriesItem)
public List<MetadataEntry> getMetadataEntries()
public void setMetadataEntries(List<MetadataEntry> metadataEntries)
Copyright © 2017 WSO2. All rights reserved.