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
|
String |
getTransportType()
Accepted values are HTTP, WS, SOAPTOREST, GRAPHQL
|
SearchResultDTO.TypeEnum |
getType()
Get type
|
int |
hashCode() |
SearchResultDTO |
id(String id) |
SearchResultDTO |
name(String name) |
void |
setId(String id) |
void |
setName(String name) |
void |
setTransportType(String transportType) |
void |
setType(SearchResultDTO.TypeEnum type) |
String |
toString() |
SearchResultDTO |
transportType(String transportType) |
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)
public SearchResultDTO transportType(String transportType)
public String getTransportType()
public void setTransportType(String transportType)
Copyright © 2020 WSO2 Inc. All rights reserved.