Package com.algolia.model.ingestion
Class SourceUpdateDocker
java.lang.Object
com.algolia.model.ingestion.SourceUpdateDocker
- All Implemented Interfaces:
SourceUpdateInput
SourceUpdateDocker
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.ingestion.SourceUpdateInput
SourceUpdateInput.Deserializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanConfiguration of the spec.getImage()Docker image name.Get registryDocker image version.inthashCode()setConfiguration(Object _configuration) setRegistry(DockerRegistry registry) setVersion(String version) toString()
-
Constructor Details
-
SourceUpdateDocker
public SourceUpdateDocker()
-
-
Method Details
-
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
-