Package software.xdev.brevo.model
Class CreateApiKeyResponse
java.lang.Object
software.xdev.brevo.model.CreateApiKeyResponse
CreateApiKeyResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()API keyStatus of the API operation.inthashCode()voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_KEY
- See Also:
-
-
Constructor Details
-
CreateApiKeyResponse
public CreateApiKeyResponse()
-
-
Method Details
-
status
-
getStatus
Status of the API operation.- Returns:
- status
-
setStatus
-
key
-
getKey
API key- Returns:
- key
-
setKey
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-