Package com.algolia.model.ingestion
Class AuthenticationCreateResponse
java.lang.Object
com.algolia.model.ingestion.AuthenticationCreateResponse
API response for the successful creation of an authentication resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanUniversally unique identifier (UUID) of an authentication resource.Date of creation in RFC 3339 format.getName()Descriptive name for the resource.inthashCode()setAuthenticationID(String authenticationID) setCreatedAt(String createdAt) toString()
-
Constructor Details
-
AuthenticationCreateResponse
public AuthenticationCreateResponse()
-
-
Method Details
-
setAuthenticationID
-
getAuthenticationID
Universally unique identifier (UUID) of an authentication resource. -
setName
-
getName
Descriptive name for the resource. -
setCreatedAt
-
getCreatedAt
Date of creation in RFC 3339 format. -
equals
-
hashCode
public int hashCode() -
toString
-