Package com.algolia.model.ingestion
Class Authentication
java.lang.Object
com.algolia.model.ingestion.Authentication
An authentication is used to login into a Source or a Destination.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe authentication UUID.Date of creation (RFC3339 format).getInput()Get inputgetName()An human readable name describing the object.Get platformgetType()Get typeDate of last update (RFC3339 format).inthashCode()setAuthenticationID(String authenticationID) setCreatedAt(String createdAt) setPlatform(Platform platform) setType(AuthenticationType type) setUpdatedAt(String updatedAt) toString()
-
Constructor Details
-
Authentication
public Authentication()
-
-
Method Details
-
setAuthenticationID
-
getAuthenticationID
The authentication UUID. -
setType
-
getType
Get type -
setName
-
getName
An human readable name describing the object. -
setPlatform
-
getPlatform
Get platform -
setInput
-
getInput
Get input -
setCreatedAt
-
getCreatedAt
Date of creation (RFC3339 format). -
setUpdatedAt
-
getUpdatedAt
Date of last update (RFC3339 format). -
equals
-
hashCode
public int hashCode() -
toString
-