public class APIExternalStoreDTO extends Object
| Constructor and Description |
|---|
APIExternalStoreDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
The external store identifier, which is a unique value.
|
String |
getLastUpdatedTime()
The recent timestamp which a given API is updated in the external store.
|
int |
hashCode() |
APIExternalStoreDTO |
id(String id) |
APIExternalStoreDTO |
lastUpdatedTime(String lastUpdatedTime) |
void |
setId(String id) |
void |
setLastUpdatedTime(String lastUpdatedTime) |
String |
toString() |
public APIExternalStoreDTO id(String id)
public String getId()
public void setId(String id)
public APIExternalStoreDTO lastUpdatedTime(String lastUpdatedTime)
public String getLastUpdatedTime()
public void setLastUpdatedTime(String lastUpdatedTime)
Copyright © 2020 WSO2 Inc. All rights reserved.