Class LocalEntryDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.gateway.api.v2.dto.LocalEntryDTO
-
public class LocalEntryDTO extends Object
LocalEntryDTO
-
-
Constructor Summary
Constructors Constructor Description LocalEntryDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalEntryDTOaddLocalEntriesItem(String localEntriesItem)booleanequals(Object o)List<String>getLocalEntries()The local entries which has been deployed in the gatewayinthashCode()LocalEntryDTOlocalEntries(List<String> localEntries)voidsetLocalEntries(List<String> localEntries)StringtoString()
-
-
-
Method Detail
-
localEntries
public LocalEntryDTO localEntries(List<String> localEntries)
-
addLocalEntriesItem
public LocalEntryDTO addLocalEntriesItem(String localEntriesItem)
-
getLocalEntries
public List<String> getLocalEntries()
The local entries which has been deployed in the gateway- Returns:
- localEntries
-
-