Package com.algolia.model.ingestion
Class SourceDocker
java.lang.Object
com.algolia.model.ingestion.SourceDocker
- All Implemented Interfaces:
SourceInput
SourceDocker
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.ingestion.SourceInput
SourceInput.Deserializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanConfiguration of the spec.getImage()Docker image name.Get imageTypeGet registryDocker image version.inthashCode()setConfiguration(Object configuration) setImageType(DockerImageType imageType) setRegistry(DockerRegistry registry) setVersion(String version) toString()
-
Constructor Details
-
SourceDocker
public SourceDocker()
-
-
Method Details
-
setImageType
-
getImageType
Get imageType -
setRegistry
-
getRegistry
Get registry -
setImage
-
getImage
Docker image name. -
setVersion
-
getVersion
Docker image version. -
setConfiguration
-
getConfiguration
Configuration of the spec. -
equals
-
hashCode
public int hashCode() -
toString
-