Class APIExternalStoreDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.APIExternalStoreDTO
APIExternalStoreDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()The external store identifier, which is a unique value.The recent timestamp which a given API is updated in the external store.inthashCode()lastUpdatedTime(String lastUpdatedTime) voidvoidsetLastUpdatedTime(String lastUpdatedTime) toString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_LAST_UPDATED_TIME
- See Also:
-
-
Constructor Details
-
APIExternalStoreDTO
public APIExternalStoreDTO()
-
-
Method Details
-
id
-
getId
The external store identifier, which is a unique value.- Returns:
- id
-
setId
-
lastUpdatedTime
-
getLastUpdatedTime
The recent timestamp which a given API is updated in the external store.- Returns:
- lastUpdatedTime
-
setLastUpdatedTime
-
equals
-
hashCode
public int hashCode() -
toString
-