Package com.axway.apim.api.model.apps
Class APIKey
- java.lang.Object
-
- com.axway.apim.api.model.apps.ClientAppCredential
-
- com.axway.apim.api.model.apps.APIKey
-
public class APIKey extends ClientAppCredential
-
-
Constructor Summary
Constructors Constructor Description APIKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetApiKey()StringgetCredentialType()StringgetDeletedOn()inthashCode()voidsetApiKey(String apiKey)voidsetDeletedOn(String deletedOn)StringtoString()-
Methods inherited from class com.axway.apim.api.model.apps.ClientAppCredential
getApplicationId, getCorsOrigins, getCreatedBy, getCreatedOn, getId, getSecret, isEnabled, setApplicationId, setCorsOrigins, setCreatedBy, setCreatedOn, setEnabled, setId, setSecret
-
-
-
-
Method Detail
-
getCredentialType
public String getCredentialType()
- Specified by:
getCredentialTypein classClientAppCredential
-
getDeletedOn
public String getDeletedOn()
-
setDeletedOn
public void setDeletedOn(String deletedOn)
-
getApiKey
public String getApiKey()
-
setApiKey
public void setApiKey(String apiKey)
-
equals
public boolean equals(Object other)
- Overrides:
equalsin classClientAppCredential
-
hashCode
public int hashCode()
- Overrides:
hashCodein classClientAppCredential
-
-