Package org.wso2.carbon.apimgt.api.model
Interface Identifier
-
- All Known Implementing Classes:
APIIdentifier
,APIProductIdentifier
public interface Identifier
Interface for All Identifiers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getId()
Internal API IdString
getName()
Name of the identifierString
getOrganization()
String
getProviderName()
Name of providerString
getTier()
Tier related to the identifierString
getUUID()
UUID of the identifierString
getVersion()
Version of the identifiervoid
setId(int id)
Internal API Idvoid
setOrganization(String organization)
void
setTier(String tier)
Set tier related to the identifiervoid
setUuid(String uuid)
UUID of the identifier
-
-
-
Method Detail
-
getProviderName
String getProviderName()
Name of provider- Returns:
- name
-
getTier
String getTier()
Tier related to the identifier- Returns:
- Tier
-
setTier
void setTier(String tier)
Set tier related to the identifier- Parameters:
tier
-
-
getName
String getName()
Name of the identifier- Returns:
- name
-
getVersion
String getVersion()
Version of the identifier- Returns:
- version
-
getUUID
String getUUID()
UUID of the identifier- Returns:
- uuid
-
getId
int getId()
Internal API Id- Returns:
- id
-
setUuid
void setUuid(String uuid)
UUID of the identifier
-
setId
void setId(int id)
Internal API Id
-
setOrganization
void setOrganization(String organization)
-
getOrganization
String getOrganization()
-
-