Class APIExternalStoreDTO


  • public class APIExternalStoreDTO
    extends Object
    APIExternalStoreDTO
    • Constructor Detail

      • APIExternalStoreDTO

        public APIExternalStoreDTO()
    • Method Detail

      • getId

        @Nullable
        public String getId()
        The external store identifier, which is a unique value.
        Returns:
        id
      • setId

        public void setId​(String id)
      • getLastUpdatedTime

        @Nullable
        public String getLastUpdatedTime()
        The recent timestamp which a given API is updated in the external store.
        Returns:
        lastUpdatedTime
      • setLastUpdatedTime

        public void setLastUpdatedTime​(String lastUpdatedTime)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object