public class PetStoreClient extends Object
| Constructor and Description |
|---|
PetStoreClient(String username,
String password,
org.mule.runtime.api.tls.TlsContextFactory tlsContextFactory,
String configName,
Date openingDate,
List<Date> closedForHolidays,
List<LocalDateTime> discountDates) |
| Modifier and Type | Method and Description |
|---|---|
void |
disconnect() |
List<Date> |
getClosedForHolidays() |
String |
getConfigName() |
int |
getDisconnectCount() |
List<LocalDateTime> |
getDiscountDates() |
Date |
getOpeningDate() |
String |
getPassword() |
List<String> |
getPets(String ownerName,
PetStoreConnector config) |
long |
getTimeOfCreation() |
org.mule.runtime.api.tls.TlsContextFactory |
getTlsContext() |
String |
getUsername() |
boolean |
hasActiveConnection() |
public List<String> getPets(String ownerName, PetStoreConnector config)
public String getUsername()
public String getPassword()
public void disconnect()
public int getDisconnectCount()
public boolean hasActiveConnection()
public org.mule.runtime.api.tls.TlsContextFactory getTlsContext()
public String getConfigName()
public Date getOpeningDate()
public List<LocalDateTime> getDiscountDates()
public long getTimeOfCreation()
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.