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

public class ExternalStoreDTO extends Object
ExternalStoreDTO
  • Field Details

  • Constructor Details

    • ExternalStoreDTO

      public ExternalStoreDTO()
  • Method Details

    • id

      public ExternalStoreDTO 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)
    • displayName

      public ExternalStoreDTO displayName(String displayName)
    • getDisplayName

      @Nullable public String getDisplayName()
      The name of the external API Store that is displayed in the Publisher UI.
      Returns:
      displayName
    • setDisplayName

      public void setDisplayName(String displayName)
    • type

      public ExternalStoreDTO type(String type)
    • getType

      @Nullable public String getType()
      The type of the Store. This can be a WSO2-specific API Store or an external one.
      Returns:
      type
    • setType

      public void setType(String type)
    • endpoint

      public ExternalStoreDTO endpoint(String endpoint)
    • getEndpoint

      @Nullable public String getEndpoint()
      The endpoint URL of the external store
      Returns:
      endpoint
    • setEndpoint

      public void setEndpoint(String endpoint)
    • 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