public class LabelDescriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected LabelDescriptorCategory |
category |
protected Map<String,String> |
description |
protected List<Long> |
features |
protected Long |
group |
protected Long |
id |
protected Map<String,String> |
name |
protected Long |
type |
protected Integer |
weight |
| Constructor and Description |
|---|
LabelDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
LabelDescriptorCategory |
getCategory() |
Map<String,String> |
getDescription()
The description of the object translated into different languages.
|
List<Long> |
getFeatures() |
Long |
getGroup() |
Long |
getId()
A unique identifier for the object.
|
Map<String,String> |
getName()
The name of the object translated into different languages.
|
Long |
getType() |
Integer |
getWeight() |
int |
hashCode() |
String |
toString() |
protected LabelDescriptorCategory category
protected Long group
protected Long id
protected Long type
protected Integer weight
public LabelDescriptorCategory getCategory()
public Map<String,String> getDescription()
public Long getGroup()
public Long getId()
public Map<String,String> getName()
public Long getType()
public Integer getWeight()
Copyright © 2023. All rights reserved.