public class TagsResult extends Object
| Constructor and Description |
|---|
TagsResult() |
| Modifier and Type | Method and Description |
|---|---|
List<ResultItem> |
getResult() |
String |
getType() |
void |
setResult(List<ResultItem> result) |
void |
setType(String type) |
String |
toString() |
public String getType()
public void setType(String type)
public void setResult(List<ResultItem> result)
public List<ResultItem> getResult()
Copyright © 2021. All rights reserved.