public class SearchResultDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchResultDTO.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
SearchResultDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
Get id
|
String |
getName()
Get name
|
SearchResultDTO.TypeEnum |
getType()
Get type
|
int |
hashCode() |
SearchResultDTO |
id(String id) |
SearchResultDTO |
name(String name) |
void |
setId(String id) |
void |
setName(String name) |
void |
setType(SearchResultDTO.TypeEnum type) |
String |
toString() |
SearchResultDTO |
type(SearchResultDTO.TypeEnum type) |
public SearchResultDTO id(String id)
public String getId()
public void setId(String id)
public SearchResultDTO name(String name)
public String getName()
public void setName(String name)
public SearchResultDTO type(SearchResultDTO.TypeEnum type)
public SearchResultDTO.TypeEnum getType()
public void setType(SearchResultDTO.TypeEnum type)
Copyright © 2019 WSO2 Inc. All rights reserved.