Class ExternalStoreDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.ExternalStoreDTO
-
public class ExternalStoreDTO extends Object
ExternalStoreDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DISPLAY_NAMEstatic StringSERIALIZED_NAME_ENDPOINTstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description ExternalStoreDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalStoreDTOdisplayName(String displayName)ExternalStoreDTOendpoint(String endpoint)booleanequals(Object o)StringgetDisplayName()The name of the external API Store that is displayed in the Publisher UI.StringgetEndpoint()The endpoint URL of the external storeStringgetId()The external store identifier, which is a unique value.StringgetType()The type of the Store.inthashCode()ExternalStoreDTOid(String id)voidsetDisplayName(String displayName)voidsetEndpoint(String endpoint)voidsetId(String id)voidsetType(String type)StringtoString()ExternalStoreDTOtype(String type)
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DISPLAY_NAME
public static final String SERIALIZED_NAME_DISPLAY_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENDPOINT
public static final String SERIALIZED_NAME_ENDPOINT
- See Also:
- Constant Field Values
-
-
Method Detail
-
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)
-
-