public class LocalEntryDTO extends Object
| Constructor and Description |
|---|
LocalEntryDTO() |
| Modifier and Type | Method and Description |
|---|---|
LocalEntryDTO |
addLocalEntriesItem(String localEntriesItem) |
boolean |
equals(Object o) |
List<String> |
getLocalEntries()
The local entries which has been deployed in the gateway
|
int |
hashCode() |
LocalEntryDTO |
localEntries(List<String> localEntries) |
void |
setLocalEntries(List<String> localEntries) |
String |
toString() |
public LocalEntryDTO localEntries(List<String> localEntries)
public LocalEntryDTO addLocalEntriesItem(String localEntriesItem)
public List<String> getLocalEntries()
Copyright © 2021 WSO2 Inc. All rights reserved.