Class APIExternalStoreDTO

java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.APIExternalStoreDTO

public class APIExternalStoreDTO extends Object
APIExternalStoreDTO
  • Field Details

  • Constructor Details

    • APIExternalStoreDTO

      public APIExternalStoreDTO()
  • Method Details

    • id

      public APIExternalStoreDTO id(String id)
    • getId

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

      public void setId(String id)
    • lastUpdatedTime

      public APIExternalStoreDTO lastUpdatedTime(String lastUpdatedTime)
    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object