public class ResultMeta extends Object
| Constructor and Description |
|---|
ResultMeta(Type type) |
| Modifier and Type | Method and Description |
|---|---|
ResultMeta |
description(String description) |
ResultMeta |
displayName(String displayName) |
String |
getDescription() |
String |
getDisplayName() |
String |
getSubtype() |
Type |
getType() |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setSubtype(String subtype) |
void |
setType(Type type) |
ResultMeta |
subtype(String subtype) |
public ResultMeta(Type type)
public ResultMeta subtype(String subtype)
public ResultMeta displayName(String displayName)
public ResultMeta description(String description)
public Type getType()
public void setType(Type type)
public String getSubtype()
public void setSubtype(String subtype)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getDescription()
public void setDescription(String description)
Copyright © 2016–2018 Softelnet. All rights reserved.