Class ExternalStoreDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.ExternalStoreDTO
ExternalStoreDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisplayName(String displayName) booleanThe name of the external API Store that is displayed in the Publisher UI.The endpoint URL of the external storegetId()The external store identifier, which is a unique value.getType()The type of the Store.inthashCode()voidsetDisplayName(String displayName) voidsetEndpoint(String endpoint) voidvoidtoString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_DISPLAY_NAME
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_ENDPOINT
- See Also:
-
-
Constructor Details
-
ExternalStoreDTO
public ExternalStoreDTO()
-
-
Method Details
-
id
-
getId
The external store identifier, which is a unique value.- Returns:
- id
-
setId
-
displayName
-
getDisplayName
The name of the external API Store that is displayed in the Publisher UI.- Returns:
- displayName
-
setDisplayName
-
type
-
getType
The type of the Store. This can be a WSO2-specific API Store or an external one.- Returns:
- type
-
setType
-
endpoint
-
getEndpoint
The endpoint URL of the external store- Returns:
- endpoint
-
setEndpoint
-
equals
-
hashCode
public int hashCode() -
toString
-