Package com.algolia.model.ingestion
Class Authentication
java.lang.Object
com.algolia.model.ingestion.Authentication
Resource representing the information required to authenticate with a source or a destination.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Universally unique identifier (UUID) of an authentication resource.Date of creation in RFC 3339 format.getInput()
Get inputgetName()
Descriptive name for the resource.Get platformgetType()
Get typeDate of last update in RFC 3339 format.int
hashCode()
setAuthenticationID
(String authenticationID) setCreatedAt
(String createdAt) setInput
(AuthInputPartial input) setPlatform
(Platform platform) setType
(AuthenticationType type) setUpdatedAt
(String updatedAt) toString()
-
Constructor Details
-
Authentication
public Authentication()
-
-
Method Details
-
setAuthenticationID
-
getAuthenticationID
Universally unique identifier (UUID) of an authentication resource. -
setType
-
getType
Get type -
setName
-
getName
Descriptive name for the resource. -
setPlatform
-
getPlatform
Get platform -
setInput
-
getInput
Get input -
setCreatedAt
-
getCreatedAt
Date of creation in RFC 3339 format. -
setUpdatedAt
-
getUpdatedAt
Date of last update in RFC 3339 format. -
equals
-
hashCode
public int hashCode() -
toString
-