| Constructor and Description |
|---|
ResultMeta(T type) |
| Modifier and Type | Method and Description |
|---|---|
ResultMeta<T> |
description(String description) |
String |
getDescription() |
String |
getLabel() |
T |
getType() |
ResultMeta<T> |
label(String label) |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setType(T type) |
public ResultMeta(T type)
public ResultMeta<T> label(String label)
public ResultMeta<T> description(String description)
public T getType()
public void setType(T type)
public String getLabel()
public void setLabel(String label)
public String getDescription()
public void setDescription(String description)
Copyright © 2016–2019 Softelnet. All rights reserved.